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

Unified Diff: app/test_suite.h

Issue 3035062: Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months 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 | « app/app.gyp ('k') | base/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/test_suite.h
===================================================================
--- app/test_suite.h (revision 55415)
+++ app/test_suite.h (working copy)
@@ -19,7 +19,7 @@
#include "base/scoped_nsautorelease_pool.h"
#include "base/test/test_suite.h"
-class AppTestSuite : public base::TestSuite {
+class AppTestSuite : public TestSuite {
public:
AppTestSuite(int argc, char** argv) : TestSuite(argc, argv) {
}
« no previous file with comments | « app/app.gyp ('k') | base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698