summaryrefslogtreecommitdiffstats
path: root/gfx/test_suite.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/test_suite.h')
-rw-r--r--gfx/test_suite.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gfx/test_suite.h b/gfx/test_suite.h
index 14d4ac9..0b8de49 100644
--- a/gfx/test_suite.h
+++ b/gfx/test_suite.h
@@ -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) {
}