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

Unified Diff: components/spellcheck/browser/spellcheck_platform.h

Issue 2244083002: Componentize spellcheck [4]: spellcheck/browser and android java-side. (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/browser/spellcheck_platform.h
diff --git a/chrome/browser/spellchecker/spellcheck_platform.h b/components/spellcheck/browser/spellcheck_platform.h
similarity index 95%
rename from chrome/browser/spellchecker/spellcheck_platform.h
rename to components/spellcheck/browser/spellcheck_platform.h
index ed8d587462a6706660e46589043254ee89679b17..4455046239a5b2aabd021e30e695a6c2237c3fc8 100644
--- a/chrome/browser/spellchecker/spellcheck_platform.h
+++ b/components/spellcheck/browser/spellcheck_platform.h
@@ -5,8 +5,8 @@
// This file defines the interface that any platform-specific spellchecker
// needs to implement in order to be used by the browser.
-#ifndef CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_PLATFORM_H_
-#define CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_PLATFORM_H_
+#ifndef COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECK_PLATFORM_H_
+#define COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECK_PLATFORM_H_
#include <string>
#include <vector>
@@ -112,4 +112,4 @@ class ScopedEnglishLanguageForTest {
} // namespace spellcheck_platform
-#endif // CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_PLATFORM_H_
+#endif // COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECK_PLATFORM_H_

Powered by Google App Engine
This is Rietveld 408576698