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

Unified Diff: ui/base/ime/chromeos/input_method_manager.cc

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed mukai@'s comments. Created 6 years, 1 month 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: ui/base/ime/chromeos/input_method_manager.cc
diff --git a/chromeos/ime/input_method_manager.cc b/ui/base/ime/chromeos/input_method_manager.cc
similarity index 94%
rename from chromeos/ime/input_method_manager.cc
rename to ui/base/ime/chromeos/input_method_manager.cc
index c620a9242b9153a2ccdcbb34bea44f8ebb06d0da..5e26c950e8f05318179ce6d4c759f7f483c50f81 100644
--- a/chromeos/ime/input_method_manager.cc
+++ b/ui/base/ime/chromeos/input_method_manager.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 "chromeos/ime/input_method_manager.h"
+#include "ui/base/ime/chromeos/input_method_manager.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698