summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/app.gyp1
-rw-r--r--app/test_suite.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/app.gyp b/app/app.gyp
index 3b10824..e146fb7 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -26,6 +26,7 @@
'dependencies': [
'app_base',
'app_resources',
+ '../base/base.gyp:test_support_base',
'../net/net.gyp:net_test_support',
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
diff --git a/app/test_suite.h b/app/test_suite.h
index 15276df..4c14c96 100644
--- a/app/test_suite.h
+++ b/app/test_suite.h
@@ -19,7 +19,7 @@
#include "base/scoped_nsautorelease_pool.h"
#include "base/test/test_suite.h"
-class AppTestSuite : public TestSuite {
+class AppTestSuite : public base::TestSuite {
public:
AppTestSuite(int argc, char** argv) : TestSuite(argc, argv) {
}