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

Unified Diff: components/spellcheck/renderer/custom_dictionary_engine.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
« no previous file with comments | « components/spellcheck/renderer/DEPS ('k') | components/spellcheck/renderer/custom_dictionary_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/renderer/custom_dictionary_engine.h
diff --git a/chrome/renderer/spellchecker/custom_dictionary_engine.h b/components/spellcheck/renderer/custom_dictionary_engine.h
similarity index 86%
rename from chrome/renderer/spellchecker/custom_dictionary_engine.h
rename to components/spellcheck/renderer/custom_dictionary_engine.h
index be594bb1fa67621e9541dcc3e112505a115a524a..52e37e6d179b59981d93fc60db3acb1ea727c978 100644
--- a/chrome/renderer/spellchecker/custom_dictionary_engine.h
+++ b/components/spellcheck/renderer/custom_dictionary_engine.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_RENDERER_SPELLCHECKER_CUSTOM_DICTIONARY_ENGINE_H_
-#define CHROME_RENDERER_SPELLCHECKER_CUSTOM_DICTIONARY_ENGINE_H_
+#ifndef COMPONENTS_SPELLCHECK_RENDERER_CUSTOM_DICTIONARY_ENGINE_H_
+#define COMPONENTS_SPELLCHECK_RENDERER_CUSTOM_DICTIONARY_ENGINE_H_
#include <set>
#include <string>
@@ -40,4 +40,4 @@ class CustomDictionaryEngine {
DISALLOW_COPY_AND_ASSIGN(CustomDictionaryEngine);
};
-#endif // CHROME_RENDERER_SPELLCHECKER_CUSTOM_DICTIONARY_ENGINE_H_
+#endif // COMPONENTS_SPELLCHECK_RENDERER_CUSTOM_DICTIONARY_ENGINE_H_
« no previous file with comments | « components/spellcheck/renderer/DEPS ('k') | components/spellcheck/renderer/custom_dictionary_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698