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

Unified Diff: ui/base/ime/chromeos/input_method_descriptor.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/input_method_delegate.h ('k') | ui/base/ime/chromeos/input_method_descriptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/input_method_descriptor.h
diff --git a/chromeos/ime/input_method_descriptor.h b/ui/base/ime/chromeos/input_method_descriptor.h
similarity index 92%
rename from chromeos/ime/input_method_descriptor.h
rename to ui/base/ime/chromeos/input_method_descriptor.h
index e11b0ebac0f8117040d96ce5b0cb5ee89476218f..760da51e82ff5c4e82a8cea5fe2956820547647f 100644
--- a/chromeos/ime/input_method_descriptor.h
+++ b/ui/base/ime/chromeos/input_method_descriptor.h
@@ -2,21 +2,21 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_
-#define CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_
+#ifndef UI_BASE_IME_CHROMEOS_INPUT_METHOD_DESCRIPTOR_H_
+#define UI_BASE_IME_CHROMEOS_INPUT_METHOD_DESCRIPTOR_H_
#include <string>
#include <vector>
#include "base/basictypes.h"
-#include "chromeos/chromeos_export.h"
+#include "ui/base/ui_base_export.h"
#include "url/gurl.h"
namespace chromeos {
namespace input_method {
// A structure which represents an input method.
-class CHROMEOS_EXPORT InputMethodDescriptor {
+class UI_BASE_EXPORT InputMethodDescriptor {
public:
InputMethodDescriptor();
InputMethodDescriptor(const std::string& id,
@@ -89,4 +89,4 @@ typedef std::vector<InputMethodDescriptor> InputMethodDescriptors;
} // namespace input_method
} // namespace chromeos
-#endif // CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_
+#endif // UI_BASE_IME_CHROMEOS_INPUT_METHOD_DESCRIPTOR_H_
« no previous file with comments | « ui/base/ime/chromeos/input_method_delegate.h ('k') | ui/base/ime/chromeos/input_method_descriptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698