| Index: chrome/browser/notifications/notifications_prefs_cache.cc
|
| ===================================================================
|
| --- chrome/browser/notifications/notifications_prefs_cache.cc (revision 30470)
|
| +++ chrome/browser/notifications/notifications_prefs_cache.cc (working copy)
|
| @@ -11,7 +11,7 @@
|
| #include "webkit/api/public/WebNotificationPresenter.h"
|
|
|
| NotificationsPrefsCache::NotificationsPrefsCache(
|
| - ListValue* allowed, ListValue* denied) {
|
| + const ListValue* allowed, const ListValue* denied) {
|
| ListValue::const_iterator i;
|
| std::wstring origin;
|
| if (allowed) {
|
|
|