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

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

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/ui/webui/history2_ui.h ('k') | chrome/browser/ui/webui/html_dialog_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/history_ui.h
===================================================================
--- chrome/browser/ui/webui/history_ui.h (revision 92173)
+++ chrome/browser/ui/webui/history_ui.h (working copy)
@@ -29,16 +29,16 @@
virtual void RegisterMessages();
// Callback for the "getHistory" message.
- void HandleGetHistory(const ListValue* args);
+ void HandleGetHistory(const base::ListValue* args);
// Callback for the "searchHistory" message.
- void HandleSearchHistory(const ListValue* args);
+ void HandleSearchHistory(const base::ListValue* args);
// Callback for the "removeURLsOnOneDay" message.
- void HandleRemoveURLsOnOneDay(const ListValue* args);
+ void HandleRemoveURLsOnOneDay(const base::ListValue* args);
// Handle for "clearBrowsingData" message.
- void HandleClearBrowsingData(const ListValue* args);
+ void HandleClearBrowsingData(const base::ListValue* args);
// NotificationObserver implementation.
virtual void Observe(int type,
@@ -54,7 +54,7 @@
void RemoveComplete();
// Extract the arguments from the call to HandleSearchHistory.
- void ExtractSearchHistoryArguments(const ListValue* args,
+ void ExtractSearchHistoryArguments(const base::ListValue* args,
int* month,
string16* query);
« no previous file with comments | « chrome/browser/ui/webui/history2_ui.h ('k') | chrome/browser/ui/webui/html_dialog_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698