Index: content/browser/quota/storage_monitor_unittest.cc |
diff --git a/content/browser/quota/storage_monitor_unittest.cc b/content/browser/quota/storage_monitor_unittest.cc |
index 5926e9ac1fd16011b433d995d5488398f96f9683..e1e161a234ea508b45228c46f7436e854ae91e54 100644 |
--- a/content/browser/quota/storage_monitor_unittest.cc |
+++ b/content/browser/quota/storage_monitor_unittest.cc |
@@ -17,20 +17,20 @@ |
#include "webkit/browser/quota/storage_monitor.h" |
#include "webkit/browser/quota/storage_observer.h" |
-using quota::HostStorageObservers; |
-using quota::kQuotaErrorNotSupported; |
-using quota::kQuotaStatusOk; |
-using quota::kStorageTypePersistent; |
-using quota::kStorageTypeTemporary; |
-using quota::QuotaClient; |
-using quota::QuotaManager; |
-using quota::QuotaStatusCode; |
-using quota::SpecialStoragePolicy; |
-using quota::StorageMonitor; |
-using quota::StorageObserver; |
-using quota::StorageObserverList; |
-using quota::StorageType; |
-using quota::StorageTypeObservers; |
+using storage::HostStorageObservers; |
+using storage::kQuotaErrorNotSupported; |
+using storage::kQuotaStatusOk; |
+using storage::kStorageTypePersistent; |
+using storage::kStorageTypeTemporary; |
+using storage::QuotaClient; |
+using storage::QuotaManager; |
+using storage::QuotaStatusCode; |
+using storage::SpecialStoragePolicy; |
+using storage::StorageMonitor; |
+using storage::StorageObserver; |
+using storage::StorageObserverList; |
+using storage::StorageType; |
+using storage::StorageTypeObservers; |
namespace content { |