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

Unified Diff: Source/modules/quota/StorageQuotaClient.h

Issue 165443003: Pass implementation object to supplemental classes by reference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | « Source/modules/quota/NavigatorStorageQuota.cpp ('k') | Source/modules/quota/StorageQuotaClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageQuotaClient.h
diff --git a/Source/modules/quota/StorageQuotaClient.h b/Source/modules/quota/StorageQuotaClient.h
index 9655db80d4e54c087ec1653fb1b064e3f42b6b6b..76e87419d2fe5025fd10d2f2e6f99ac0ea6ab5ea 100644
--- a/Source/modules/quota/StorageQuotaClient.h
+++ b/Source/modules/quota/StorageQuotaClient.h
@@ -55,7 +55,7 @@ public:
static StorageQuotaClient* from(ExecutionContext*);
};
-void provideStorageQuotaClientTo(Page*, PassOwnPtr<StorageQuotaClient>);
+void provideStorageQuotaClientTo(Page&, PassOwnPtr<StorageQuotaClient>);
} // namespace WebCore
« no previous file with comments | « Source/modules/quota/NavigatorStorageQuota.cpp ('k') | Source/modules/quota/StorageQuotaClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698