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

Unified Diff: chrome/browser/supervised_user/supervised_user_site_list.h

Issue 615493005: c/b/supervised_user: Use range-based for where appropriate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix CrOS Created 6 years, 3 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
Index: chrome/browser/supervised_user/supervised_user_site_list.h
diff --git a/chrome/browser/supervised_user/supervised_user_site_list.h b/chrome/browser/supervised_user/supervised_user_site_list.h
index b1597748d28acdfc397c07078e2f0ae07ddb5e36..abcb0744c2084686c9bea75c615d8abaecd512af 100644
--- a/chrome/browser/supervised_user/supervised_user_site_list.h
+++ b/chrome/browser/supervised_user/supervised_user_site_list.h
@@ -58,7 +58,7 @@ class SupervisedUserSiteList {
// Creates a copy of the site list.
// Caller takes ownership of the returned value.
- SupervisedUserSiteList* Clone();
+ SupervisedUserSiteList* Clone() const;
// Returns a list of all categories.
// TODO(bauerb): The list is hardcoded for now, but if we allow custom

Powered by Google App Engine
This is Rietveld 408576698