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

Unified Diff: components/spellcheck/browser/feedback.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/DEPS ('k') | components/spellcheck/browser/feedback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/browser/feedback.h
diff --git a/chrome/browser/spellchecker/feedback.h b/components/spellcheck/browser/feedback.h
similarity index 98%
rename from chrome/browser/spellchecker/feedback.h
rename to components/spellcheck/browser/feedback.h
index c79c0b8452f12029c2314138f7ddf84d70bd6085..0dd7672aa3c0f123367898822f9e128cbd52f9cf 100644
--- a/chrome/browser/spellchecker/feedback.h
+++ b/components/spellcheck/browser/feedback.h
@@ -20,7 +20,7 @@
#include <vector>
#include "base/macros.h"
-#include "chrome/browser/spellchecker/misspelling.h"
+#include "components/spellcheck/browser/misspelling.h"
namespace spellcheck {
« no previous file with comments | « components/spellcheck/browser/DEPS ('k') | components/spellcheck/browser/feedback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698