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

Unified Diff: chromeos/ime/input_method_property.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/input_method_config.cc ('k') | chromeos/ime/input_method_property.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/input_method_property.h
diff --git a/chrome/browser/chromeos/input_method/input_method_property.h b/chromeos/ime/input_method_property.h
similarity index 81%
rename from chrome/browser/chromeos/input_method/input_method_property.h
rename to chromeos/ime/input_method_property.h
index 8745221b7e7f144ad8b96f3c39265361a6b63b0f..25355d1087fe59e2f35f58961fd8eb4b6b69273d 100644
--- a/chrome/browser/chromeos/input_method/input_method_property.h
+++ b/chromeos/ime/input_method_property.h
@@ -1,18 +1,19 @@
-// 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_PROPERTY_H_
-#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_PROPERTY_H_
+#ifndef CHROMEOS_IME_INPUT_METHOD_PROPERTY_H_
+#define CHROMEOS_IME_INPUT_METHOD_PROPERTY_H_
#include <string>
#include <vector>
+#include "chromeos/chromeos_export.h"
namespace chromeos {
namespace input_method {
// A structure which represents a property for an input method engine.
-struct InputMethodProperty {
+struct CHROMEOS_EXPORT InputMethodProperty {
InputMethodProperty(const std::string& in_key,
const std::string& in_label,
bool in_is_selection_item,
@@ -40,4 +41,4 @@ typedef std::vector<InputMethodProperty> InputMethodPropertyList;
} // namespace input_method
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_PROPERTY_H_
+#endif // CHROMEOS_IME_INPUT_METHOD_PROPERTY_H_
« no previous file with comments | « chromeos/ime/input_method_config.cc ('k') | chromeos/ime/input_method_property.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698