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

Unified Diff: ui/base/ime/chromeos/composition_text.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/base/ime/chromeos/composition_text.h
diff --git a/chromeos/ime/composition_text.h b/ui/base/ime/chromeos/composition_text.h
similarity index 87%
rename from chromeos/ime/composition_text.h
rename to ui/base/ime/chromeos/composition_text.h
index 9cc0d1380b6ae4c761f7cb7e831d8497f921cc8c..6060928333bb147411fede48c2f58cfcab8433b3 100644
--- a/chromeos/ime/composition_text.h
+++ b/ui/base/ime/chromeos/composition_text.h
@@ -2,19 +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_COMPOSITION_TEXT_H_
-#define CHROMEOS_IME_COMPOSITION_TEXT_H_
+#ifndef UI_BASE_IME_CHROMEOS_COMPOSITION_TEXT_H_
+#define UI_BASE_IME_CHROMEOS_COMPOSITION_TEXT_H_
#include <string>
#include <vector>
#include "base/basictypes.h"
#include "base/strings/string16.h"
-#include "chromeos/chromeos_export.h"
+#include "ui/base/ui_base_export.h"
namespace chromeos {
-class CHROMEOS_EXPORT CompositionText {
+class UI_BASE_EXPORT CompositionText {
public:
enum UnderlineType {
COMPOSITION_TEXT_UNDERLINE_SINGLE = 1,
@@ -67,4 +67,4 @@ class CHROMEOS_EXPORT CompositionText {
} // namespace chromeos
-#endif // CHROMEOS_IME_COMPOSITION_TEXT_H_
+#endif // UI_BASE_IME_CHROMEOS_COMPOSITION_TEXT_H_
« no previous file with comments | « ui/base/ime/chromeos/component_extension_ime_manager_unittest.cc ('k') | ui/base/ime/chromeos/composition_text.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698