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

Unified Diff: chrome/browser/ui/webui/collected_cookies_ui_delegate.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
Index: chrome/browser/ui/webui/collected_cookies_ui_delegate.h
===================================================================
--- chrome/browser/ui/webui/collected_cookies_ui_delegate.h (revision 92173)
+++ chrome/browser/ui/webui/collected_cookies_ui_delegate.h (working copy)
@@ -66,12 +66,12 @@
const NotificationDetails& details);
// JS callback to bind cookies tree models with JS trees.
- void BindCookiesTreeModel(const ListValue* args);
+ void BindCookiesTreeModel(const base::ListValue* args);
// JS callback to block/allow cookies from given site.
- void Block(const ListValue* args);
- void Allow(const ListValue* args);
- void AllowThisSession(const ListValue* args);
+ void Block(const base::ListValue* args);
+ void Allow(const base::ListValue* args);
+ void AllowThisSession(const base::ListValue* args);
NotificationRegistrar registrar_;
TabContents* tab_contents_;
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/update_screen_handler.h ('k') | chrome/browser/ui/webui/constrained_html_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698