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

Unified Diff: components/spellcheck/renderer/spellcheck_language.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/spellcheck.cc ('k') | components/spellcheck/renderer/spellcheck_language.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/renderer/spellcheck_language.h
diff --git a/chrome/renderer/spellchecker/spellcheck_language.h b/components/spellcheck/renderer/spellcheck_language.h
similarity index 93%
rename from chrome/renderer/spellchecker/spellcheck_language.h
rename to components/spellcheck/renderer/spellcheck_language.h
index 14024af4a52c4e8f433120a3e1081e3f89a477b3..0843a457839e3208d153eed1b906ecdeef721c61 100644
--- a/chrome/renderer/spellchecker/spellcheck_language.h
+++ b/components/spellcheck/renderer/spellcheck_language.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_SPELLCHECK_LANGUAGE_H_
-#define CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_LANGUAGE_H_
+#ifndef COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_LANGUAGE_H_
+#define COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_LANGUAGE_H_
#include <memory>
#include <queue>
@@ -13,7 +13,7 @@
#include "base/files/file.h"
#include "base/macros.h"
#include "base/strings/string16.h"
-#include "chrome/renderer/spellchecker/spellcheck_worditerator.h"
+#include "components/spellcheck/renderer/spellcheck_worditerator.h"
class SpellingEngine;
@@ -96,4 +96,4 @@ class SpellcheckLanguage {
DISALLOW_COPY_AND_ASSIGN(SpellcheckLanguage);
};
-#endif // CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_LANGUAGE_H_
+#endif // COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_LANGUAGE_H_
« no previous file with comments | « components/spellcheck/renderer/spellcheck.cc ('k') | components/spellcheck/renderer/spellcheck_language.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698