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