| 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 132fa5f47f810d16867579820e3b1a8787cda3ce..5926e9ac1fd16011b433d995d5488398f96f9683 100644
|
| --- a/content/browser/quota/storage_monitor_unittest.cc
|
| +++ b/content/browser/quota/storage_monitor_unittest.cc
|
| @@ -8,10 +8,10 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/message_loop/message_loop_proxy.h"
|
| #include "base/run_loop.h"
|
| +#include "content/public/test/mock_special_storage_policy.h"
|
| #include "content/public/test/mock_storage_client.h"
|
| #include "net/base/net_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webkit/browser/quota/mock_special_storage_policy.h"
|
| #include "webkit/browser/quota/quota_manager.h"
|
| #include "webkit/browser/quota/quota_manager_proxy.h"
|
| #include "webkit/browser/quota/storage_monitor.h"
|
| @@ -22,7 +22,6 @@ using quota::kQuotaErrorNotSupported;
|
| using quota::kQuotaStatusOk;
|
| using quota::kStorageTypePersistent;
|
| using quota::kStorageTypeTemporary;
|
| -using quota::MockSpecialStoragePolicy;
|
| using quota::QuotaClient;
|
| using quota::QuotaManager;
|
| using quota::QuotaStatusCode;
|
|
|