| Index: components/spellcheck/browser/spellchecker_session_bridge_android.h
|
| diff --git a/chrome/browser/spellchecker/spellchecker_session_bridge_android.h b/components/spellcheck/browser/spellchecker_session_bridge_android.h
|
| similarity index 89%
|
| rename from chrome/browser/spellchecker/spellchecker_session_bridge_android.h
|
| rename to components/spellcheck/browser/spellchecker_session_bridge_android.h
|
| index 42fb75bb1506e055b4fd6e1a65cda2eb2b755aac..4d47f37d9eea3b2761a2a696f49ab9fb5090f769 100644
|
| --- a/chrome/browser/spellchecker/spellchecker_session_bridge_android.h
|
| +++ b/components/spellcheck/browser/spellchecker_session_bridge_android.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SPELLCHECKER_SPELLCHECKER_SESSION_BRIDGE_ANDROID_H_
|
| -#define CHROME_BROWSER_SPELLCHECKER_SPELLCHECKER_SESSION_BRIDGE_ANDROID_H_
|
| +#ifndef COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECKER_SESSION_BRIDGE_ANDROID_H_
|
| +#define COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECKER_SESSION_BRIDGE_ANDROID_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -62,4 +62,4 @@ class SpellCheckerSessionBridge {
|
| DISALLOW_COPY_AND_ASSIGN(SpellCheckerSessionBridge);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_SPELLCHECKER_SPELLCHECKER_SESSION_BRIDGE_ANDROID_H_
|
| +#endif // COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECKER_SESSION_BRIDGE_ANDROID_H_
|
|
|