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

Unified Diff: chrome/browser/chromeos/input_method/input_method_manager.h

Issue 12438013: Move InputMethod misc class from c/b/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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/chromeos/input_method/input_method_manager.h
diff --git a/chrome/browser/chromeos/input_method/input_method_manager.h b/chrome/browser/chromeos/input_method/input_method_manager.h
index 1d3e16540e5c5631ac830821291984806d4c8f08..355358742f74ea5d0918ff37d79ec0c8d5a51fb1 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager.h
+++ b/chrome/browser/chromeos/input_method/input_method_manager.h
@@ -10,9 +10,9 @@
#include <vector>
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/chromeos/input_method/input_method_config.h"
-#include "chrome/browser/chromeos/input_method/input_method_property.h"
+#include "chromeos/ime/input_method_config.h"
#include "chromeos/ime/input_method_descriptor.h"
+#include "chromeos/ime/input_method_property.h"
namespace ui {
class Accelerator;

Powered by Google App Engine
This is Rietveld 408576698