diff options
Diffstat (limited to 'ui/gfx/gfx_paths.cc')
-rw-r--r-- | ui/gfx/gfx_paths.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gfx/gfx_paths.cc b/ui/gfx/gfx_paths.cc index 6e91a77..aaff978 100644 --- a/ui/gfx/gfx_paths.cc +++ b/ui/gfx/gfx_paths.cc @@ -24,6 +24,7 @@ bool PathProvider(int key, FilePath* result) { case DIR_TEST_DATA: if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur)) return false; + cur = cur.Append(FILE_PATH_LITERAL("ui")); cur = cur.Append(FILE_PATH_LITERAL("gfx")); cur = cur.Append(FILE_PATH_LITERAL("test")); cur = cur.Append(FILE_PATH_LITERAL("data")); |