| 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 f4552724eea714622bc2733a271198644d33dc9b..d6c94b30dfacd779e10ae459ff88e1ca8f0f22da 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 {
|
|
|