Index: content/browser/media/webrtc_identity_store_backend.h |
diff --git a/content/browser/media/webrtc_identity_store_backend.h b/content/browser/media/webrtc_identity_store_backend.h |
index 92b68b62d672944b0f72d13baff5a2ed2ccf1b40..819197467410dcecf5fa04bdc31a068f6c080825 100644 |
--- a/content/browser/media/webrtc_identity_store_backend.h |
+++ b/content/browser/media/webrtc_identity_store_backend.h |
@@ -18,9 +18,9 @@ namespace base { |
class FilePath; |
} // namespace base |
-namespace quota { |
+namespace storage { |
class SpecialStoragePolicy; |
-} // namespace quota |
+} // namespace storage |
namespace content { |
@@ -38,7 +38,7 @@ class WebRTCIdentityStoreBackend |
// No data is saved on disk if |path| is empty. Identites older than |
// |validity_period| will be removed lazily. |
WebRTCIdentityStoreBackend(const base::FilePath& path, |
- quota::SpecialStoragePolicy* policy, |
+ storage::SpecialStoragePolicy* policy, |
base::TimeDelta validity_period); |
// Finds the identity with |origin|, |identity_name|, and |common_name| from |