Chromium Code Reviews| Index: chrome/common/spellcheck_common.cc |
| diff --git a/chrome/common/spellcheck_common.cc b/chrome/common/spellcheck_common.cc |
| index 9aa3a02d8bcefdf2004ff0c9f8062526ff01cc56..f182b31d265e56247b1ecf06842553c72052682f 100644 |
| --- a/chrome/common/spellcheck_common.cc |
| +++ b/chrome/common/spellcheck_common.cc |
| @@ -8,7 +8,10 @@ |
| #include "base/files/file_path.h" |
| #include "base/logging.h" |
| #include "base/macros.h" |
| +#include "base/prefs/pref_member.h" |
|
please use gerrit instead
2015/07/07 01:30:40
Unused. Remove.
Julius
2015/07/07 22:16:25
Done.
|
| +#include "base/prefs/pref_service.h" |
|
please use gerrit instead
2015/07/07 01:30:40
Unused. Remove.
Julius
2015/07/07 22:16:25
Done.
|
| #include "chrome/common/chrome_switches.h" |
| +#include "chrome/common/pref_names.h" |
|
please use gerrit instead
2015/07/07 01:30:40
Unused. Remove.
Julius
2015/07/07 22:16:25
Done.
|
| #include "third_party/icu/source/common/unicode/uloc.h" |
| #include "third_party/icu/source/common/unicode/urename.h" |
| #include "third_party/icu/source/common/unicode/utypes.h" |