| Index: storage/browser/test/mock_quota_manager_unittest.cc
|
| diff --git a/content/browser/quota/mock_quota_manager_unittest.cc b/storage/browser/test/mock_quota_manager_unittest.cc
|
| similarity index 98%
|
| rename from content/browser/quota/mock_quota_manager_unittest.cc
|
| rename to storage/browser/test/mock_quota_manager_unittest.cc
|
| index e71c3eed49de17911d7a2b8759368c2c9e4220c3..5e8223299b47f1e7a1d5e62147645d7a52aadcd8 100644
|
| --- a/content/browser/quota/mock_quota_manager_unittest.cc
|
| +++ b/storage/browser/test/mock_quota_manager_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/quota/mock_quota_manager.h"
|
| +#include "storage/browser/test/mock_quota_manager.h"
|
|
|
| #include <memory>
|
| #include <set>
|
| @@ -13,8 +13,8 @@
|
| #include "base/macros.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 "storage/browser/test/mock_special_storage_policy.h"
|
| +#include "storage/browser/test/mock_storage_client.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using storage::kQuotaStatusOk;
|
|
|