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

Unified Diff: ui/base/ime/chromeos/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
« no previous file with comments | « ui/base/ime/chromeos/extension_ime_util_unittest.cc ('k') | ui/base/ime/chromeos/fake_ime_keyboard.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/fake_ime_keyboard.h
diff --git a/chromeos/ime/fake_ime_keyboard.h b/ui/base/ime/chromeos/fake_ime_keyboard.h
similarity index 81%
rename from chromeos/ime/fake_ime_keyboard.h
rename to ui/base/ime/chromeos/fake_ime_keyboard.h
index 4047b0d5246b88d11526595f0f0d45a74769aa79..0557fe743364d2a2553708f98d398c70461c2de9 100644
--- a/chromeos/ime/fake_ime_keyboard.h
+++ b/ui/base/ime/chromeos/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_BASE_IME_CHROMEOS_FAKE_IME_KEYBOARD_H_
+#define UI_BASE_IME_CHROMEOS_FAKE_IME_KEYBOARD_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"
namespace chromeos {
namespace input_method {
-class CHROMEOS_EXPORT FakeImeKeyboard : public ImeKeyboard {
+class UI_BASE_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_BASE_IME_CHROMEOS_FAKE_IME_KEYBOARD_H_
« no previous file with comments | « ui/base/ime/chromeos/extension_ime_util_unittest.cc ('k') | ui/base/ime/chromeos/fake_ime_keyboard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698