| 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 12512cf2bd644ed474ccd5c6a1fa61b79e31d4ff..34653b15fb3f4f1f08234750eb60abb9cd66caa1 100644
|
| --- a/content/browser/quota/storage_monitor_unittest.cc
|
| +++ b/content/browser/quota/storage_monitor_unittest.cc
|
| @@ -9,13 +9,13 @@
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/run_loop.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| -#include "content/public/test/mock_special_storage_policy.h"
|
| #include "content/public/test/mock_storage_client.h"
|
| #include "net/base/url_util.h"
|
| #include "storage/browser/quota/quota_manager.h"
|
| #include "storage/browser/quota/quota_manager_proxy.h"
|
| #include "storage/browser/quota/storage_monitor.h"
|
| #include "storage/browser/quota/storage_observer.h"
|
| +#include "storage/browser/test/mock_special_storage_policy.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using storage::HostStorageObservers;
|
|
|