| Index: components/spellcheck/browser/spellcheck_message_filter_platform_android.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_message_filter_platform_android.cc b/components/spellcheck/browser/spellcheck_message_filter_platform_android.cc
|
| similarity index 90%
|
| rename from chrome/browser/spellchecker/spellcheck_message_filter_platform_android.cc
|
| rename to components/spellcheck/browser/spellcheck_message_filter_platform_android.cc
|
| index 709497962a301b1b4b98a3e71cf2468b14a9709f..50a0e5a2d9b7b750ba7639e915a6a7847687b18c 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_message_filter_platform_android.cc
|
| +++ b/components/spellcheck/browser/spellcheck_message_filter_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_message_filter_platform.h"
|
| +#include "components/spellcheck/browser/spellcheck_message_filter_platform.h"
|
|
|
| -#include "chrome/browser/spellchecker/spellchecker_session_bridge_android.h"
|
| -#include "chrome/common/spellcheck_messages.h"
|
| -#include "chrome/common/spellcheck_result.h"
|
| +#include "components/spellcheck/browser/spellchecker_session_bridge_android.h"
|
| +#include "components/spellcheck/common/spellcheck_messages.h"
|
| +#include "components/spellcheck/common/spellcheck_result.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| using content::BrowserThread;
|
|
|