Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/Notification.cpp

Issue 4847491308584960: Noissue - Fix Android build (Closed)
Patch Set: Created Feb. 26, 2015, 1:49 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/Notification.cpp
===================================================================
--- a/test/Notification.cpp
+++ b/test/Notification.cpp
@@ -31,7 +31,7 @@
{
protected:
FilterEnginePtr filterEngine;
- void SetUp() override
+ void SetUp()
{
BaseJsTest::SetUp();
jsEngine->SetFileSystem(FileSystemPtr(new LazyFileSystem()));
@@ -77,7 +77,7 @@
{
protected:
FilterEnginePtr filterEngine;
- void SetUp() override
+ void SetUp()
{
BaseJsTest::SetUp();
jsEngine->SetFileSystem(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld