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) { |
} |