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

Unified Diff: chrome/browser/ui/webui/history_ui.h

Issue 335833003: Rename "managed (mode|user)" to "supervised user" (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments (+ a few other cleanups) Created 6 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
Index: chrome/browser/ui/webui/history_ui.h
diff --git a/chrome/browser/ui/webui/history_ui.h b/chrome/browser/ui/webui/history_ui.h
index d11dbc1575b1a7973e34c8fa466d6dcf1421b545..bb3d1475a24dfded0930bd4f24ff55e0c4d10a03 100644
--- a/chrome/browser/ui/webui/history_ui.h
+++ b/chrome/browser/ui/webui/history_ui.h
@@ -20,8 +20,8 @@
#include "content/public/browser/web_ui_message_handler.h"
class BookmarkModel;
-class ManagedUserService;
class ProfileSyncService;
+class SupervisedUserService;
// The handler for Javascript messages related to the "history" view.
class BrowsingHistoryHandler : public content::WebUIMessageHandler,
@@ -53,7 +53,7 @@ class BrowsingHistoryHandler : public content::WebUIMessageHandler,
// Converts the entry to a DictionaryValue to be owned by the caller.
scoped_ptr<base::DictionaryValue> ToValue(
BookmarkModel* bookmark_model,
- ManagedUserService* managed_user_service,
+ SupervisedUserService* supervised_user_service,
const ProfileSyncService* sync_service) const;
// Comparison function for sorting HistoryEntries from newest to oldest.
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_settings_handler.cc ('k') | chrome/browser/ui/webui/history_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698