| 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 96%
|
| rename from chrome/browser/spellchecker/spellcheck_platform_android.cc
|
| rename to components/spellcheck/browser/spellcheck_platform_android.cc
|
| index 832c6e09dad5267533131715721cd4e8bc0b74a3..3d746118f94d6a769bf8ee19b6267c61b0bc6ab2 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_platform_android.cc
|
| +++ b/components/spellcheck/browser/spellcheck_platform_android.cc
|
| @@ -2,7 +2,7 @@
|
| // 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"
|
|
|