| Index: storage/browser/quota/storage_monitor.cc
|
| diff --git a/webkit/browser/quota/storage_monitor.cc b/storage/browser/quota/storage_monitor.cc
|
| similarity index 98%
|
| rename from webkit/browser/quota/storage_monitor.cc
|
| rename to storage/browser/quota/storage_monitor.cc
|
| index 366d4d7b399bac9039fc35d833d80d13114b4332..f312bd3c455e9e1c4d70efdd50eac96efe54b538 100644
|
| --- a/webkit/browser/quota/storage_monitor.cc
|
| +++ b/storage/browser/quota/storage_monitor.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/browser/quota/storage_monitor.h"
|
| +#include "storage/browser/quota/storage_monitor.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "base/stl_util.h"
|
| #include "net/base/net_util.h"
|
| -#include "webkit/browser/quota/quota_manager.h"
|
| -#include "webkit/common/quota/quota_status_code.h"
|
| +#include "storage/browser/quota/quota_manager.h"
|
| +#include "storage/common/quota/quota_status_code.h"
|
|
|
| namespace storage {
|
|
|
|
|