| 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"
|
|
|
|
|