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

Unified Diff: components/spellcheck/browser/spellcheck_platform_mac.mm

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_mac.mm
diff --git a/chrome/browser/spellchecker/spellcheck_platform_mac.mm b/components/spellcheck/browser/spellcheck_platform_mac.mm
similarity index 99%
rename from chrome/browser/spellchecker/spellcheck_platform_mac.mm
rename to components/spellcheck/browser/spellcheck_platform_mac.mm
index 668d7e29bdc23ab21b2127d9c819729c0bbae3b8..0461807230bda2e4288c9e553823253a924badbe 100644
--- a/chrome/browser/spellchecker/spellcheck_platform_mac.mm
+++ b/components/spellcheck/browser/spellcheck_platform_mac.mm
@@ -4,7 +4,7 @@
// Integration with OS X built-in spellchecker.
-#include "chrome/browser/spellchecker/spellcheck_platform.h"
+#include "components/spellcheck/browser/spellcheck_platform.h"
#import <Cocoa/Cocoa.h>

Powered by Google App Engine
This is Rietveld 408576698