Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1074)

Unified Diff: mojo/public/tests/test_support.h

Issue 54743003: Mojo: bindings connector (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Extract SimpleBindingsSupport Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/tests/test_support.h
diff --git a/mojo/public/tests/test_support.h b/mojo/public/tests/test_support.h
index 34ec0bf76a27d61012059d1ce89ac243d0311433..f4932193ebf8f980786a95bde02a53f2a7b929c0 100644
--- a/mojo/public/tests/test_support.h
+++ b/mojo/public/tests/test_support.h
@@ -18,8 +18,6 @@ class TestBase : public testing::Test {
TestBase();
virtual ~TestBase();
- virtual void SetUp() OVERRIDE;
-
private:
DISALLOW_COPY_AND_ASSIGN(TestBase);
};

Powered by Google App Engine
This is Rietveld 408576698