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

Unified Diff: gfx/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 | « gfx/gfx.gyp ('k') | ipc/ipc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gfx/test_suite.h
===================================================================
--- gfx/test_suite.h (revision 55415)
+++ gfx/test_suite.h (working copy)
@@ -11,7 +11,6 @@
#include <string>
#include "gfx/gfx_paths.h"
-#include "base/file_path.h"
#include "base/path_service.h"
#if defined(OS_MACOSX)
#include "base/mac_util.h"
@@ -19,7 +18,7 @@
#include "base/scoped_nsautorelease_pool.h"
#include "base/test/test_suite.h"
-class GfxTestSuite : public base::TestSuite {
+class GfxTestSuite : public TestSuite {
public:
GfxTestSuite(int argc, char** argv) : TestSuite(argc, argv) {
}
« no previous file with comments | « gfx/gfx.gyp ('k') | ipc/ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698