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

Unified Diff: ui/chromeos/ime/input_method_menu_item.h

Issue 680383008: Move ash/ime to ui/chromeos/ime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash48_global_command
Patch Set: 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/chromeos/ime/input_method_menu_item.h
diff --git a/ash/ime/input_method_menu_item.h b/ui/chromeos/ime/input_method_menu_item.h
similarity index 82%
rename from ash/ime/input_method_menu_item.h
rename to ui/chromeos/ime/input_method_menu_item.h
index 1407d0a7d85c9d73faebe063bece82fc7bb6d887..016e4b3fcbce4393dc3c1f64a79decac3ed9d2e6 100644
--- a/ash/ime/input_method_menu_item.h
+++ b/ui/chromeos/ime/input_method_menu_item.h
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_IME_INPUT_METHOD_MENU_ITEM_H_
-#define ASH_IME_INPUT_METHOD_MENU_ITEM_H_
+#ifndef UI_CHROMEOS_IME_INPUT_METHOD_MENU_ITEM_H_
+#define UI_CHROMEOS_IME_INPUT_METHOD_MENU_ITEM_H_
#include <string>
#include <vector>
-#include "ash/ash_export.h"
+#include "ui/chromeos/ui_chromeos_export.h"
-namespace ash {
+namespace ui {
namespace ime {
// A structure which represents a property for an input method engine.
-struct ASH_EXPORT InputMethodMenuItem {
+struct UI_CHROMEOS_EXPORT InputMethodMenuItem {
InputMethodMenuItem(const std::string& in_key,
const std::string& in_label,
bool in_is_selection_item,
@@ -39,6 +39,6 @@ struct ASH_EXPORT InputMethodMenuItem {
typedef std::vector<InputMethodMenuItem> InputMethodMenuItemList;
} // namespace ime
-} // namespace ash
+} // namespace ui
-#endif // ASH_IME_INPUT_METHOD_MENU_ITEM_H_
+#endif // UI_CHROMEOS_IME_INPUT_METHOD_MENU_ITEM_H_

Powered by Google App Engine
This is Rietveld 408576698