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

Unified Diff: chrome/browser/ui/input_method/input_method_engine_base.cc

Issue 1528483002: Add chrome.input.ime.activate and chrome.input.ime.deactivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « chrome/browser/ui/input_method/input_method_engine_base.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/input_method/input_method_engine_base.cc
diff --git a/chrome/browser/input_method/input_method_engine_base.cc b/chrome/browser/ui/input_method/input_method_engine_base.cc
similarity index 99%
rename from chrome/browser/input_method/input_method_engine_base.cc
rename to chrome/browser/ui/input_method/input_method_engine_base.cc
index f74f376fa7ab1a0d60a7ef1b234895d19c8ca962..6cd3a6412a8490e8e9f83855ee09d7d0cd56556d 100644
--- a/chrome/browser/input_method/input_method_engine_base.cc
+++ b/chrome/browser/ui/input_method/input_method_engine_base.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/input_method/input_method_engine_base.h"
+#include "chrome/browser/ui/input_method/input_method_engine_base.h"
#undef FocusIn
#undef FocusOut
« no previous file with comments | « chrome/browser/ui/input_method/input_method_engine_base.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698