Index: content/browser/dom_storage/dom_storage_context_impl.h |
diff --git a/content/browser/dom_storage/dom_storage_context_impl.h b/content/browser/dom_storage/dom_storage_context_impl.h |
index 0efcb9fd47624cfb4548aa3488674a8458420b24..acbe6b99e0fda0cacd1a0e893a87b34d9b1898d9 100644 |
--- a/content/browser/dom_storage/dom_storage_context_impl.h |
+++ b/content/browser/dom_storage/dom_storage_context_impl.h |
@@ -133,7 +133,7 @@ class CONTENT_EXPORT DOMStorageContextImpl |
void GetLocalStorageUsage(std::vector<LocalStorageUsageInfo>* infos, |
bool include_file_info); |
void GetSessionStorageUsage(std::vector<SessionStorageUsageInfo>* infos); |
- void DeleteLocalStorage(const GURL& origin); |
+ void DeleteLocalStorage(const GURL& origin_url); |
void DeleteSessionStorage(const SessionStorageUsageInfo& usage_info); |
// Used by content settings to alter the behavior around |
@@ -223,7 +223,7 @@ class CONTENT_EXPORT DOMStorageContextImpl |
void DeleteNextUnusedNamespace(); |
void DeleteNextUnusedNamespaceInCommitSequence(); |
- void DeleteAndClearStorageNamespaceForOrigin(const GURL& origin, |
+ void DeleteAndClearStorageNamespaceForOrigin(const GURL& origin_url, |
DOMStorageNamespace* local); |
// Collection of namespaces keyed by id. |