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

Unified Diff: chromeos/ime/input_method_config.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
« no previous file with comments | « chromeos/ime/ibus_keymap.cc ('k') | chromeos/ime/input_method_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/input_method_config.h
diff --git a/chrome/browser/chromeos/input_method/input_method_config.h b/chromeos/ime/input_method_config.h
similarity index 73%
rename from chrome/browser/chromeos/input_method/input_method_config.h
rename to chromeos/ime/input_method_config.h
index de2a8b068cb84021b5649a5a6558bb7001e215e3..7012dd0661562302c6b6f5ce3a109fd14cdf8ae6 100644
--- a/chrome/browser/chromeos/input_method/input_method_config.h
+++ b/chromeos/ime/input_method_config.h
@@ -1,19 +1,20 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_CONFIG_H_
-#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_CONFIG_H_
+#ifndef CHROMEOS_IME_INPUT_METHOD_CONFIG_H_
+#define CHROMEOS_IME_INPUT_METHOD_CONFIG_H_
#include <string>
#include <vector>
+#include "chromeos/chromeos_export.h"
namespace chromeos {
namespace input_method {
// A structure which represents a value of an input method configuration item.
// This struct is used by SetInputMethodConfig().
-struct InputMethodConfigValue {
+struct CHROMEOS_EXPORT InputMethodConfigValue {
InputMethodConfigValue();
~InputMethodConfigValue();
@@ -40,4 +41,4 @@ struct InputMethodConfigValue {
} // namespace input_method
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_CONFIG_H_
+#endif // CHROMEOS_IME_INPUT_METHOD_CONFIG_H_
« no previous file with comments | « chromeos/ime/ibus_keymap.cc ('k') | chromeos/ime/input_method_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698