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

Unified Diff: components/spellcheck/renderer/platform_spelling_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
Index: components/spellcheck/renderer/platform_spelling_engine.h
diff --git a/chrome/renderer/spellchecker/platform_spelling_engine.h b/components/spellcheck/renderer/platform_spelling_engine.h
similarity index 69%
rename from chrome/renderer/spellchecker/platform_spelling_engine.h
rename to components/spellcheck/renderer/platform_spelling_engine.h
index 5cb0b23d4846d5ca15f71c9be054de324c5856b5..294d826258f3fc6f4570e11065e9b1b3486e7203 100644
--- a/chrome/renderer/spellchecker/platform_spelling_engine.h
+++ b/components/spellcheck/renderer/platform_spelling_engine.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_RENDERER_SPELLCHECKER_PLATFORM_SPELLING_ENGINE_H_
-#define CHROME_RENDERER_SPELLCHECKER_PLATFORM_SPELLING_ENGINE_H_
+#ifndef COMPONENTS_SPELLCHECK_RENDERER_PLATFORM_SPELLING_ENGINE_H_
+#define COMPONENTS_SPELLCHECK_RENDERER_PLATFORM_SPELLING_ENGINE_H_
#include "base/compiler_specific.h"
-#include "chrome/renderer/spellchecker/spelling_engine.h"
+#include "components/spellcheck/renderer/spelling_engine.h"
class PlatformSpellingEngine : public SpellingEngine {
public:
@@ -19,5 +19,5 @@ class PlatformSpellingEngine : public SpellingEngine {
std::vector<base::string16>* optional_suggestions) override;
};
-#endif // CHROME_RENDERER_SPELLCHECKER_PLATFORM_SPELLING_ENGINE_H_
+#endif // COMPONENTS_SPELLCHECK_RENDERER_PLATFORM_SPELLING_ENGINE_H_
« no previous file with comments | « components/spellcheck/renderer/hunspell_engine.cc ('k') | components/spellcheck/renderer/platform_spelling_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698