Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4342)

Unified Diff: chrome/browser/extensions/api/input_ime/input_ime_api.h

Issue 10735074: Moving input_ime to api/ . (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Typo fixed Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698