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

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

Issue 2159283003: [WIP][DO NOT LAND] Componentize spellcheck Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « components/spellcheck/browser/feedback.h ('k') | components/spellcheck/browser/feedback_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/browser/feedback.cc
diff --git a/chrome/browser/spellchecker/feedback.cc b/components/spellcheck/browser/feedback.cc
similarity index 99%
rename from chrome/browser/spellchecker/feedback.cc
rename to components/spellcheck/browser/feedback.cc
index cfc4a711b3c9ced53944247a8933b5fd938bd325..3f54ec2f0764e88778596daa06aa311b53e8b112 100644
--- a/chrome/browser/spellchecker/feedback.cc
+++ b/components/spellcheck/browser/feedback.cc
@@ -14,7 +14,7 @@
// |Feedback| object facilitates efficient access to these misspellings through
// a |text_| map of misspelled strings to a set of hashes.
-#include "chrome/browser/spellchecker/feedback.h"
+#include "components/spellcheck/browser/feedback.h"
#include <algorithm>
#include <iterator>
« no previous file with comments | « components/spellcheck/browser/feedback.h ('k') | components/spellcheck/browser/feedback_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698