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

Unified Diff: chrome/common/spellcheck_common.cc

Issue 1156473007: Enables the user to select multiple languages for spellchecking (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Answered comments. Created 5 years, 5 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
« chrome/common/spellcheck_common.h ('K') | « chrome/common/spellcheck_common.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« chrome/common/spellcheck_common.h ('K') | « chrome/common/spellcheck_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698