| Index: storage/browser/quota/quota_database.cc
|
| diff --git a/webkit/browser/quota/quota_database.cc b/storage/browser/quota/quota_database.cc
|
| similarity index 99%
|
| rename from webkit/browser/quota/quota_database.cc
|
| rename to storage/browser/quota/quota_database.cc
|
| index de07cc8a8290514dd9d100493187012906353e4e..d4ee33ab3ea63fc28e3e07684a2740c889095b48 100644
|
| --- a/webkit/browser/quota/quota_database.cc
|
| +++ b/storage/browser/quota/quota_database.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 "webkit/browser/quota/quota_database.h"
|
| +#include "storage/browser/quota/quota_database.h"
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -15,8 +15,8 @@
|
| #include "sql/meta_table.h"
|
| #include "sql/statement.h"
|
| #include "sql/transaction.h"
|
| +#include "storage/browser/quota/special_storage_policy.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/browser/quota/special_storage_policy.h"
|
|
|
| namespace storage {
|
| namespace {
|
|
|