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

Unified Diff: ui/chromeos/ime/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
Index: ui/chromeos/ime/ime_keyboard_ozone.h
diff --git a/chromeos/ime/ime_keyboard_ozone.h b/ui/chromeos/ime/ime_keyboard_ozone.h
similarity index 76%
rename from chromeos/ime/ime_keyboard_ozone.h
rename to ui/chromeos/ime/ime_keyboard_ozone.h
index a2400f4571a5e717ce00ae5227077ec3820ffd72..9e048f1fe1cf9d8a6341acdec45540b614e1eb6a 100644
--- a/chromeos/ime/ime_keyboard_ozone.h
+++ b/ui/chromeos/ime/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_CHROMEOS_IME_IME_KEYBOARD_OZONE_H_
+#define UI_CHROMEOS_IME_IME_KEYBOARD_OZONE_H_
-#include "chromeos/ime/ime_keyboard.h"
+#include "ui/chromeos/ime/ime_keyboard.h"
#include <string>
#include "base/compiler_specific.h"
-#include "chromeos/chromeos_export.h"
+#include "ui/chromeos/ui_chromeos_export.h"
namespace chromeos {
namespace input_method {
-class CHROMEOS_EXPORT ImeKeyboardOzone : public ImeKeyboard {
+class UI_CHROMEOS_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_CHROMEOS_IME_IME_KEYBOARD_OZONE_H_

Powered by Google App Engine
This is Rietveld 408576698