| Index: chrome/browser/extensions/api/input_ime/input_ime_api.h
|
| diff --git a/chrome/browser/extensions/extension_input_ime_api.h b/chrome/browser/extensions/api/input_ime/input_ime_api.h
|
| similarity index 94%
|
| rename from chrome/browser/extensions/extension_input_ime_api.h
|
| rename to chrome/browser/extensions/api/input_ime/input_ime_api.h
|
| index b88b0760232fafe0c607a9ea6d853ae616e70d38..a1f634367cb13f32b423e128354b1e40e4da3fc9 100644
|
| --- a/chrome/browser/extensions/extension_input_ime_api.h
|
| +++ b/chrome/browser/extensions/api/input_ime/input_ime_api.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_EXTENSIONS_EXTENSION_INPUT_IME_API_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_EXTENSION_INPUT_IME_API_H_
|
| +#ifndef CHROME_BROWSER_EXTENSIONS_API_INPUT_IME_INPUT_IME_API_H_
|
| +#define CHROME_BROWSER_EXTENSIONS_API_INPUT_IME_INPUT_IME_API_H_
|
|
|
| #include "chrome/browser/extensions/extension_function.h"
|
|
|
| @@ -23,6 +23,8 @@ class InputMethodEngine;
|
| class ImeObserver;
|
| }
|
|
|
| +namespace extensions {
|
| +
|
| class ExtensionInputImeEventRouter {
|
| public:
|
| static ExtensionInputImeEventRouter* GetInstance();
|
| @@ -168,4 +170,6 @@ class InputEventHandled : public AsyncExtensionFunction {
|
| virtual bool RunImpl() OVERRIDE;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_INPUT_IME_API_H_
|
| +} // namespace extensions
|
| +
|
| +#endif // CHROME_BROWSER_EXTENSIONS_API_INPUT_IME_INPUT_IME_API_H_
|
|
|