| Index: components/spellcheck/browser/spellcheck_platform_android.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_platform_android.cc b/components/spellcheck/browser/spellcheck_platform_android.cc
|
| similarity index 93%
|
| rename from chrome/browser/spellchecker/spellcheck_platform_android.cc
|
| rename to components/spellcheck/browser/spellcheck_platform_android.cc
|
| index 101794373e72b6261c75e58721a7eb0dc147d20a..a27cb2b1c7bc963d9892ebbb9d58c79c8e5947a2 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_platform_android.cc
|
| +++ b/components/spellcheck/browser/spellcheck_platform_android.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/spellchecker/spellcheck_platform.h"
|
| +#include "components/spellcheck/browser/spellcheck_platform.h"
|
|
|
| #include "base/callback.h"
|
| #include "base/command_line.h"
|
| -#include "chrome/common/chrome_switches.h"
|
| +#include "content/public/common/content_switches.h"
|
|
|
| namespace spellcheck_platform {
|
|
|
|
|