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

Unified Diff: chrome/browser/spellchecker/spellcheck_message_filter_platform_android.cc

Issue 1884583003: Create a spellcheck component that will allow any embedder to reuse common functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address reviewers' comments. Created 4 years, 8 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
Index: chrome/browser/spellchecker/spellcheck_message_filter_platform_android.cc
diff --git a/chrome/browser/spellchecker/spellcheck_message_filter_platform_android.cc b/chrome/browser/spellchecker/spellcheck_message_filter_platform_android.cc
index 709497962a301b1b4b98a3e71cf2468b14a9709f..a38229f7a31f0d3cab1e0af7c28ba4fbed5cfada 100644
--- a/chrome/browser/spellchecker/spellcheck_message_filter_platform_android.cc
+++ b/chrome/browser/spellchecker/spellcheck_message_filter_platform_android.cc
@@ -5,11 +5,13 @@
#include "chrome/browser/spellchecker/spellcheck_message_filter_platform.h"
#include "chrome/browser/spellchecker/spellchecker_session_bridge_android.h"
-#include "chrome/common/spellcheck_messages.h"
-#include "chrome/common/spellcheck_result.h"
+#include "components/spellcheck/common/spellcheck_messages.h"
+#include "components/spellcheck/common/spellcheck_result.h"
#include "content/public/browser/browser_thread.h"
using content::BrowserThread;
+using spellcheck::SpellCheckMarker;
+using spellcheck::SpellCheckResult;
SpellCheckMessageFilterPlatform::SpellCheckMessageFilterPlatform(
int render_process_id)

Powered by Google App Engine
This is Rietveld 408576698