Index: storage/browser/quota/special_storage_policy.h |
diff --git a/storage/browser/quota/special_storage_policy.h b/storage/browser/quota/special_storage_policy.h |
index 276d6acd8c1bdcba204e8487a5dfbbd2c3c19393..d164e94281229c3ef7568d1d875f16a821903c83 100644 |
--- a/storage/browser/quota/special_storage_policy.h |
+++ b/storage/browser/quota/special_storage_policy.h |
@@ -74,7 +74,7 @@ class STORAGE_EXPORT SpecialStoragePolicy |
void NotifyRevoked(const GURL& origin, int change_flags); |
void NotifyCleared(); |
- ObserverList<Observer> observers_; |
+ base::ObserverList<Observer> observers_; |
}; |
} // namespace storage |