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

Unified Diff: chrome/browser/views/keyword_editor_view.cc

Issue 126184: Move TableModel out of views/ and into app/.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: addressed comments, build fixes Created 11 years, 6 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 | « chrome/browser/views/keyword_editor_view.h ('k') | chrome/browser/views/keyword_editor_view_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/keyword_editor_view.cc
===================================================================
--- chrome/browser/views/keyword_editor_view.cc (revision 18411)
+++ chrome/browser/views/keyword_editor_view.cc (working copy)
@@ -37,7 +37,6 @@
using views::GridLayout;
using views::NativeButton;
-using views::TableColumn;
// Group IDs used by TemplateURLTableModel.
static const int kMainGroupID = 0;
@@ -237,7 +236,7 @@
return entries_[row]->GetIcon();
}
-void TemplateURLTableModel::SetObserver(views::TableModelObserver* observer) {
+void TemplateURLTableModel::SetObserver(TableModelObserver* observer) {
observer_ = observer;
}
« no previous file with comments | « chrome/browser/views/keyword_editor_view.h ('k') | chrome/browser/views/keyword_editor_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698