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

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

Issue 2159283003: [WIP][DO NOT LAND] Componentize spellcheck Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 98%
rename from chrome/browser/spellchecker/spellcheck_platform_mac.mm
rename to components/spellcheck/browser/spellcheck_platform_mac.mm
index a6d5c9f074e7f35ece8380a0895eff91706c3507..44edc5f8a35bc230798c4924036ef293b609d962 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>
@@ -14,8 +14,8 @@
#include "base/mac/foundation_util.h"
#include "base/strings/sys_string_conversions.h"
#include "base/time/time.h"
-#include "chrome/common/spellcheck_common.h"
-#include "chrome/common/spellcheck_result.h"
+#include "components/spellcheck/common/spellcheck_common.h"
+#include "components/spellcheck/common/spellcheck_result.h"
#include "content/public/browser/browser_message_filter.h"
#include "content/public/browser/browser_thread.h"

Powered by Google App Engine
This is Rietveld 408576698