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

Side by Side Diff: chrome/browser/chromeos/input_method/candidate_window_view.h

Issue 11931011: Remove IBusUiController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 months 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROME_BROWSER_CHROMEOS_INPUT_METHOD_CANDIDATE_WINDOW_VIEW_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_CANDIDATE_WINDOW_VIEW_H_
6 #define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_CANDIDATE_WINDOW_VIEW_H_ 6 #define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_CANDIDATE_WINDOW_VIEW_H_
7 7
8 #include "base/gtest_prod_util.h" 8 #include "base/gtest_prod_util.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "chrome/browser/chromeos/input_method/ibus_ui_controller.h"
11 #include "chromeos/dbus/ibus/ibus_lookup_table.h" 10 #include "chromeos/dbus/ibus/ibus_lookup_table.h"
12 #include "ui/views/view.h" 11 #include "ui/views/view.h"
13 12
14 namespace gfx { 13 namespace gfx {
15 class Font; 14 class Font;
16 } 15 }
17 16
18 namespace chromeos { 17 namespace chromeos {
19 class IBusLookupTable; 18 class IBusLookupTable;
20 namespace input_method { 19 namespace input_method {
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 // if should be, shows parent_frame and if not, hides parent_frame. 226 // if should be, shows parent_frame and if not, hides parent_frame.
228 void UpdateParentArea(); 227 void UpdateParentArea();
229 228
230 DISALLOW_COPY_AND_ASSIGN(CandidateWindowView); 229 DISALLOW_COPY_AND_ASSIGN(CandidateWindowView);
231 }; 230 };
232 231
233 } // namespace input_method 232 } // namespace input_method
234 } // namespace chromeos 233 } // namespace chromeos
235 234
236 #endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_CANDIDATE_WINDOW_VIEW_H_ 235 #endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_CANDIDATE_WINDOW_VIEW_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698