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

Unified Diff: chrome/browser/ui/views/cookie_info_view.cc

Issue 7761011: views: Fix a couple of trivial TODOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | views/controls/combobox/combobox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/cookie_info_view.cc
diff --git a/chrome/browser/ui/views/cookie_info_view.cc b/chrome/browser/ui/views/cookie_info_view.cc
index 4b67fe2750165b08e413d4aece1c7df6243f9fa2..4507366482a43dc65d1ca7ea454b48ecc5a711b6 100644
--- a/chrome/browser/ui/views/cookie_info_view.cc
+++ b/chrome/browser/ui/views/cookie_info_view.cc
@@ -147,7 +147,7 @@ void CookieInfoView::ItemChanged(views::Combobox* combo_box,
}
///////////////////////////////////////////////////////////////////////////////
-// CookieInfoView, ComboboxModel overrides.
+// CookieInfoView, ui::ComboboxModel overrides.
int CookieInfoView::GetItemCount() {
return static_cast<int>(expire_combo_values_.size());
}
« no previous file with comments | « no previous file | views/controls/combobox/combobox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698