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

Side by Side Diff: ui/base/ime/chromeos/input_method_delegate.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 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROMEOS_IME_INPUT_METHOD_DELEGATE_H_ 5 #ifndef UI_BASE_IME_CHROMEOS_INPUT_METHOD_DELEGATE_H_
6 #define CHROMEOS_IME_INPUT_METHOD_DELEGATE_H_ 6 #define UI_BASE_IME_CHROMEOS_INPUT_METHOD_DELEGATE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/strings/string16.h" 11 #include "base/strings/string16.h"
12 12
13 namespace chromeos { 13 namespace chromeos {
14 namespace input_method { 14 namespace input_method {
15 15
16 // Provides access to read/persist Input Method-related properties. 16 // Provides access to read/persist Input Method-related properties.
(...skipping 19 matching lines...) Expand all
36 virtual base::string16 GetDisplayLanguageName( 36 virtual base::string16 GetDisplayLanguageName(
37 const std::string& language_code) const = 0; 37 const std::string& language_code) const = 0;
38 38
39 private: 39 private:
40 DISALLOW_COPY_AND_ASSIGN(InputMethodDelegate); 40 DISALLOW_COPY_AND_ASSIGN(InputMethodDelegate);
41 }; 41 };
42 42
43 } // namespace input_method 43 } // namespace input_method
44 } // namespace chromeos 44 } // namespace chromeos
45 45
46 #endif // CHROMEOS_IME_INPUT_METHOD_DELEGATE_H_ 46 #endif // UI_BASE_IME_CHROMEOS_INPUT_METHOD_DELEGATE_H_
OLDNEW
« no previous file with comments | « ui/base/ime/chromeos/ime_keyboard_x11_unittest.cc ('k') | ui/base/ime/chromeos/input_method_descriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698