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

Unified Diff: components/spellcheck/browser/feedback_sender.cc

Issue 2244083002: Componentize spellcheck [4]: spellcheck/browser and android java-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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: components/spellcheck/browser/feedback_sender.cc
diff --git a/chrome/browser/spellchecker/feedback_sender.cc b/components/spellcheck/browser/feedback_sender.cc
similarity index 99%
rename from chrome/browser/spellchecker/feedback_sender.cc
rename to components/spellcheck/browser/feedback_sender.cc
index 87f2bfdf8c14e347a65451c9c9cba2b742312cc2..5d7e8d00bd8c8c8747c3896f32ce9a7664210b14 100644
--- a/chrome/browser/spellchecker/feedback_sender.cc
+++ b/components/spellcheck/browser/feedback_sender.cc
@@ -27,7 +27,7 @@
// displayed to the user and sends the current state of user feedback to the
// spelling service.
-#include "chrome/browser/spellchecker/feedback_sender.h"
+#include "components/spellcheck/browser/feedback_sender.h"
#include <algorithm>
#include <iterator>
@@ -44,8 +44,8 @@
#include "base/strings/stringprintf.h"
#include "base/threading/thread_task_runner_handle.h"
#include "base/values.h"
-#include "chrome/browser/spellchecker/word_trimmer.h"
#include "components/data_use_measurement/core/data_use_user_data.h"
+#include "components/spellcheck/browser/word_trimmer.h"
#include "components/spellcheck/common/spellcheck_common.h"
#include "components/spellcheck/common/spellcheck_marker.h"
#include "components/spellcheck/common/spellcheck_messages.h"

Powered by Google App Engine
This is Rietveld 408576698