| Index: content/browser/media/webrtc_identity_store.h
|
| diff --git a/content/browser/media/webrtc_identity_store.h b/content/browser/media/webrtc_identity_store.h
|
| index 3602b7028cd61da0f607d7bf7eb77d690818900b..6bf10fe61a2076e8b12e67caccf13fdb09c17ef8 100644
|
| --- a/content/browser/media/webrtc_identity_store.h
|
| +++ b/content/browser/media/webrtc_identity_store.h
|
| @@ -19,9 +19,9 @@ class FilePath;
|
| class TaskRunner;
|
| } // namespace base
|
|
|
| -namespace quota {
|
| +namespace storage {
|
| class SpecialStoragePolicy;
|
| -} // namespace quota
|
| +} // namespace storage
|
|
|
| namespace content {
|
| class WebRTCIdentityRequest;
|
| @@ -43,7 +43,7 @@ class CONTENT_EXPORT WebRTCIdentityStore
|
|
|
| // If |path| is empty, nothing will be saved to disk.
|
| WebRTCIdentityStore(const base::FilePath& path,
|
| - quota::SpecialStoragePolicy* policy);
|
| + storage::SpecialStoragePolicy* policy);
|
|
|
| // Retrieve the cached DTLS private key and certificate, i.e. identity, for
|
| // the |origin| and |identity_name| pair, or generate a new identity using
|
|
|