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

Unified Diff: mojo/public/tests/bindings_connector_unittest.cc

Issue 68203005: Mojo: Make tests under mojo/public use our own run_all_unittests.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « mojo/public/bindings/sample/sample_test.cc ('k') | mojo/public/tests/system_core_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tests/bindings_connector_unittest.cc
diff --git a/mojo/public/tests/bindings_connector_unittest.cc b/mojo/public/tests/bindings_connector_unittest.cc
index f21e8ee7fb193eb1725320a61ad8166dc1368165..9fcd0d5fbe52938467c1802b61a34b49330f4828 100644
--- a/mojo/public/tests/bindings_connector_unittest.cc
+++ b/mojo/public/tests/bindings_connector_unittest.cc
@@ -5,11 +5,13 @@
#include <stdlib.h>
#include <string.h>
+#include "base/basictypes.h"
darin (slow to review) 2013/11/11 21:31:42 I meant to make this be clean of base/ dependencie
viettrungluu 2013/11/11 21:56:06 I can take care of this.
+#include "base/compiler_specific.h"
#include "mojo/public/bindings/lib/bindings_support.h"
#include "mojo/public/bindings/lib/connector.h"
#include "mojo/public/bindings/lib/message_queue.h"
#include "mojo/public/tests/simple_bindings_support.h"
-#include "mojo/public/tests/test_support.h"
+#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
namespace test {
@@ -36,7 +38,7 @@ class MessageAccumulator : public MessageReceiver {
MessageQueue queue_;
};
-class BindingsConnectorTest : public TestBase {
+class BindingsConnectorTest : public testing::Test {
public:
BindingsConnectorTest()
: handle0_(kInvalidHandle),
« no previous file with comments | « mojo/public/bindings/sample/sample_test.cc ('k') | mojo/public/tests/system_core_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698