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

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

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.cc ('k') | components/spellcheck/browser/feedback_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/browser/feedback_sender.h
diff --git a/chrome/browser/spellchecker/feedback_sender.h b/components/spellcheck/browser/feedback_sender.h
similarity index 98%
rename from chrome/browser/spellchecker/feedback_sender.h
rename to components/spellcheck/browser/feedback_sender.h
index 42d6aacc11ea1f9a956334a91c889a0a4a5315e7..f1125073305cb3995db14424344cf38ab03f70c9 100644
--- a/chrome/browser/spellchecker/feedback_sender.h
+++ b/components/spellcheck/browser/feedback_sender.h
@@ -26,8 +26,8 @@
#include "base/memory/scoped_vector.h"
#include "base/memory/weak_ptr.h"
#include "base/timer/timer.h"
-#include "chrome/browser/spellchecker/feedback.h"
-#include "chrome/browser/spellchecker/misspelling.h"
+#include "components/spellcheck/browser/feedback.h"
+#include "components/spellcheck/browser/misspelling.h"
#include "net/url_request/url_fetcher_delegate.h"
#include "url/gurl.h"
« no previous file with comments | « components/spellcheck/browser/feedback.cc ('k') | components/spellcheck/browser/feedback_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698