Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(899)

Unified Diff: ui/base/ui_base_paths.h

Issue 288323003: ui: Fix the path of DIR_TEST_DATA key. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no assert_true Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/resource/data_pack_unittest.cc ('k') | ui/base/ui_base_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base_paths.h
diff --git a/ui/base/ui_base_paths.h b/ui/base/ui_base_paths.h
index 2a3e0620c495c9938a9bf56c91d614cf2332a2b9..cf5e0041e6f8740f7f0083c6a3a6968674d8efda 100644
--- a/ui/base/ui_base_paths.h
+++ b/ui/base/ui_base_paths.h
@@ -19,7 +19,7 @@ enum {
DIR_LOCALES, // Directory where locale resources are stored.
// Valid only in development environment; TODO(darin): move this
- DIR_TEST_DATA, // Directory where unit test data resides.
+ UI_DIR_TEST_DATA, // Directory where unit test data resides.
#if defined(OS_ANDROID)
DIR_RESOURCE_PAKS_ANDROID,
« no previous file with comments | « ui/base/resource/data_pack_unittest.cc ('k') | ui/base/ui_base_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698