diff options
Diffstat (limited to 'chromium/base/base_paths.h')
-rw-r--r-- | chromium/base/base_paths.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/base/base_paths.h b/chromium/base/base_paths.h index 36b649b24a5..29962f36363 100644 --- a/chromium/base/base_paths.h +++ b/chromium/base/base_paths.h @@ -48,7 +48,8 @@ enum BasePathKey { DIR_TEST_DATA, // Used only for testing. DIR_QT_LIBRARY_DATA, - + DIR_APP_DICTIONARIES, + DIR_USER_DATA, PATH_END }; |