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

Unified Diff: ui/base/ime/chromeos/ime_keyboard_ozone.h

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/ime_keyboard.cc ('k') | ui/base/ime/chromeos/ime_keyboard_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/ime_keyboard_ozone.h
diff --git a/chromeos/ime/ime_keyboard_ozone.h b/ui/base/ime/chromeos/ime_keyboard_ozone.h
similarity index 75%
rename from chromeos/ime/ime_keyboard_ozone.h
rename to ui/base/ime/chromeos/ime_keyboard_ozone.h
index a2400f4571a5e717ce00ae5227077ec3820ffd72..4459c36009496d2b32ec5fac6f08fb7219ccf3ad 100644
--- a/chromeos/ime/ime_keyboard_ozone.h
+++ b/ui/base/ime/chromeos/ime_keyboard_ozone.h
@@ -2,20 +2,20 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMEOS_IME_IME_KEYBOARD_OZONE_H_
-#define CHROMEOS_IME_IME_KEYBOARD_OZONE_H_
+#ifndef UI_BASE_IME_CHROMEOS_IME_KEYBOARD_OZONE_H_
+#define UI_BASE_IME_CHROMEOS_IME_KEYBOARD_OZONE_H_
-#include "chromeos/ime/ime_keyboard.h"
+#include "ui/base/ime/chromeos/ime_keyboard.h"
#include <string>
#include "base/compiler_specific.h"
-#include "chromeos/chromeos_export.h"
+#include "ui/base/ui_base_export.h"
namespace chromeos {
namespace input_method {
-class CHROMEOS_EXPORT ImeKeyboardOzone : public ImeKeyboard {
+class UI_BASE_EXPORT ImeKeyboardOzone : public ImeKeyboard {
public:
ImeKeyboardOzone();
virtual ~ImeKeyboardOzone();
@@ -37,4 +37,4 @@ class CHROMEOS_EXPORT ImeKeyboardOzone : public ImeKeyboard {
} // namespace input_method
} // namespace chromeos
-#endif // CHROMEOS_IME_IME_KEYBOARD_OZONE_H_
+#endif // UI_BASE_IME_CHROMEOS_IME_KEYBOARD_OZONE_H_
« no previous file with comments | « ui/base/ime/chromeos/ime_keyboard.cc ('k') | ui/base/ime/chromeos/ime_keyboard_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698