summaryrefslogtreecommitdiffstats
path: root/gfx/run_all_unittests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/run_all_unittests.cc')
-rw-r--r--gfx/run_all_unittests.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/run_all_unittests.cc b/gfx/run_all_unittests.cc
index f008d3e..834d7c8 100644
--- a/gfx/run_all_unittests.cc
+++ b/gfx/run_all_unittests.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/test/test_suite.h"
+#include "gfx/test_suite.h"
int main(int argc, char** argv) {
- return TestSuite(argc, argv).Run();
+ return GfxTestSuite(argc, argv).Run();
}