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

Unified Diff: ui/chromeos/ime/fake_ime_keyboard.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/fake_ime_keyboard.h
diff --git a/chromeos/ime/fake_ime_keyboard.h b/ui/chromeos/ime/fake_ime_keyboard.h
similarity index 81%
rename from chromeos/ime/fake_ime_keyboard.h
rename to ui/chromeos/ime/fake_ime_keyboard.h
index 4047b0d5246b88d11526595f0f0d45a74769aa79..b6a96a8b173de4e9dd4bde2be5815423dd008570 100644
--- a/chromeos/ime/fake_ime_keyboard.h
+++ b/ui/chromeos/ime/fake_ime_keyboard.h
@@ -2,20 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMEOS_IME_FAKE_IME_KEYBOARD_H_
-#define CHROMEOS_IME_FAKE_IME_KEYBOARD_H_
+#ifndef UI_CHROMEOS_IME_FAKE_IME_KEYBOARD_H_
+#define UI_CHROMEOS_IME_FAKE_IME_KEYBOARD_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"
namespace chromeos {
namespace input_method {
-class CHROMEOS_EXPORT FakeImeKeyboard : public ImeKeyboard {
+class UI_CHROMEOS_EXPORT FakeImeKeyboard : public ImeKeyboard {
public:
FakeImeKeyboard();
virtual ~FakeImeKeyboard();
@@ -42,4 +41,4 @@ class CHROMEOS_EXPORT FakeImeKeyboard : public ImeKeyboard {
} // namespace input_method
} // namespace chromeos
-#endif // CHROMEOS_IME_FAKE_IME_KEYBOARD_H_
+#endif // UI_CHROMEOS_IME_FAKE_IME_KEYBOARD_H_

Powered by Google App Engine
This is Rietveld 408576698