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

Unified Diff: ui/base/ime/chromeos/input_method_descriptor.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: nit. 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
« no previous file with comments | « ui/base/ime/chromeos/input_method_descriptor.h ('k') | ui/base/ime/chromeos/input_method_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/input_method_descriptor.cc
diff --git a/chromeos/ime/input_method_descriptor.cc b/ui/base/ime/chromeos/input_method_descriptor.cc
similarity index 94%
rename from chromeos/ime/input_method_descriptor.cc
rename to ui/base/ime/chromeos/input_method_descriptor.cc
index 6b9f42b0a51174d586b25999f8674728c88ae403..5bdf592c5f4b32a019e702a712e245af2338e302 100644
--- a/chromeos/ime/input_method_descriptor.cc
+++ b/ui/base/ime/chromeos/input_method_descriptor.cc
@@ -2,14 +2,14 @@
// 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_descriptor.h"
+#include "ui/base/ime/chromeos/input_method_descriptor.h"
#include <sstream>
#include "base/logging.h"
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
-#include "chromeos/ime/extension_ime_util.h"
+#include "ui/base/ime/chromeos/extension_ime_util.h"
#include "url/gurl.h"
namespace chromeos {
« no previous file with comments | « ui/base/ime/chromeos/input_method_descriptor.h ('k') | ui/base/ime/chromeos/input_method_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698