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

Unified Diff: components/spellcheck/renderer/spellcheck_worditerator.h

Issue 2198143002: Componentize spellcheck [3]: move renderer/ files to component. (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/renderer/spellcheck_worditerator.h
diff --git a/chrome/renderer/spellchecker/spellcheck_worditerator.h b/components/spellcheck/renderer/spellcheck_worditerator.h
similarity index 97%
rename from chrome/renderer/spellchecker/spellcheck_worditerator.h
rename to components/spellcheck/renderer/spellcheck_worditerator.h
index be40e980dab20436916356b949a2d4496f1b3766..ea2f038c1dee49cfb61623ff6ef7d52cc1ca755b 100644
--- a/chrome/renderer/spellchecker/spellcheck_worditerator.h
+++ b/components/spellcheck/renderer/spellcheck_worditerator.h
@@ -6,8 +6,8 @@
// from multi-language text. This class is used for filtering out characters
// not supported by our spellchecker.
-#ifndef CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_WORDITERATOR_H_
-#define CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_WORDITERATOR_H_
+#ifndef COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_WORDITERATOR_H_
+#define COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_WORDITERATOR_H_
#include <stddef.h>
@@ -196,5 +196,5 @@ class SpellcheckWordIterator {
DISALLOW_COPY_AND_ASSIGN(SpellcheckWordIterator);
};
-#endif // CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_WORDITERATOR_H_
+#endif // COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_WORDITERATOR_H_
« no previous file with comments | « components/spellcheck/renderer/spellcheck_unittest.cc ('k') | components/spellcheck/renderer/spellcheck_worditerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698