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

Unified Diff: mojo/public/tests/system_core_perftest.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
Index: mojo/public/tests/system_core_perftest.cc
diff --git a/mojo/public/tests/system_core_perftest.cc b/mojo/public/tests/system_core_perftest.cc
index 8ee7ceb2cc7be1e8015c180a0bae534f84fe9e5b..c6a0508914863499cac6c72f9f7da34b64269f05 100644
--- a/mojo/public/tests/system_core_perftest.cc
+++ b/mojo/public/tests/system_core_perftest.cc
@@ -8,11 +8,12 @@
#include "base/bind.h"
#include "base/logging.h"
#include "mojo/public/tests/test_support.h"
+#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
namespace {
-class SystemPerftest : public test::TestBase {
+class SystemPerftest : public testing::Test {
public:
SystemPerftest() {}
virtual ~SystemPerftest() {}

Powered by Google App Engine
This is Rietveld 408576698