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

Unified Diff: chrome/browser/chromeos/input_method/candidate_view.h

Issue 11783053: Clean Up: Remove ibus namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/candidate_window_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/candidate_view.h
diff --git a/chrome/browser/chromeos/input_method/candidate_view.h b/chrome/browser/chromeos/input_method/candidate_view.h
index d0b87640e6b0992140427c6ba9501e4f42eeae92..5b60b60d2baf97bf9ed100b483ef7cd23bde1d91 100644
--- a/chrome/browser/chromeos/input_method/candidate_view.h
+++ b/chrome/browser/chromeos/input_method/candidate_view.h
@@ -20,7 +20,7 @@ class CandidateView : public views::View {
public:
CandidateView(CandidateWindowView* parent_candidate_window,
int index_in_page,
- ibus::IBusLookupTable::Orientation orientation);
+ IBusLookupTable::Orientation orientation);
virtual ~CandidateView() {}
// Initializes the candidate view with the given column widths.
// A width of 0 means that the column is resizable.
@@ -70,7 +70,7 @@ class CandidateView : public views::View {
int index_in_page_;
// The orientation of the candidate view.
- ibus::IBusLookupTable::Orientation orientation_;
+ IBusLookupTable::Orientation orientation_;
// The parent candidate window that contains this view.
CandidateWindowView* parent_candidate_window_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/candidate_window_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698