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

Unified Diff: chrome/browser/notifications/notifications_prefs_cache.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/net/service_providers_win.h ('k') | chrome/browser/plugin_updater.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/notifications_prefs_cache.h
===================================================================
--- chrome/browser/notifications/notifications_prefs_cache.h (revision 92173)
+++ chrome/browser/notifications/notifications_prefs_cache.h (working copy)
@@ -14,7 +14,9 @@
#include "googleurl/src/gurl.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPresenter.h"
+namespace base {
class ListValue;
+}
// Class which caches notification preferences.
// Construction occurs on the UI thread when the contents
@@ -45,7 +47,7 @@
void SetCacheDeniedOrigins(const std::vector<GURL>& denied);
void SetCacheDefaultContentSetting(ContentSetting setting);
- static void ListValueToGurlVector(const ListValue& origin_list,
+ static void ListValueToGurlVector(const base::ListValue& origin_list,
std::vector<GURL>* origin_vector);
// Exposed for testing.
« no previous file with comments | « chrome/browser/net/service_providers_win.h ('k') | chrome/browser/plugin_updater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698