diff options
Diffstat (limited to 'ui/gfx/run_all_unittests.cc')
-rw-r--r-- | ui/gfx/run_all_unittests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/run_all_unittests.cc b/ui/gfx/run_all_unittests.cc index 834d7c8..96dd068 100644 --- a/ui/gfx/run_all_unittests.cc +++ b/ui/gfx/run_all_unittests.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "gfx/test_suite.h" +#include "ui/gfx/test_suite.h" int main(int argc, char** argv) { return GfxTestSuite(argc, argv).Run(); |