diff options
author | Michal Klocek <michal.klocek@theqtcompany.com> | 2015-09-28 20:35:32 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2018-05-23 13:31:33 +0200 |
commit | 47367aedbd841c86480f74fa35fcffe438b36723 (patch) | |
tree | 61b3155c4f20e56463d9c983a52cd6973f440b41 /chromium/base/base_paths.h | |
parent | 2d634f3f77b3e42d6d35ce785c9c2fc0478a3917 (diff) | |
download | qtwebengine-chromium-47367aedbd841c86480f74fa35fcffe438b36723.tar.gz |
Integrate spell checker sources, fix compilation issues
Change-Id: Idb2b4b4fc746f0c1967f50b7715a94200fbbb009
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
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 }; |