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. |