| Index: webkit/browser/fileapi/file_system_origin_database.cc
|
| diff --git a/webkit/fileapi/file_system_origin_database.cc b/webkit/browser/fileapi/file_system_origin_database.cc
|
| similarity index 99%
|
| rename from webkit/fileapi/file_system_origin_database.cc
|
| rename to webkit/browser/fileapi/file_system_origin_database.cc
|
| index 1663d36ce96ad82d5733c2db6edcef75d78b8d9e..6f3ae56913c5feac96f105efc699569de97093c7 100644
|
| --- a/webkit/fileapi/file_system_origin_database.cc
|
| +++ b/webkit/browser/fileapi/file_system_origin_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/fileapi/file_system_origin_database.h"
|
| +#include "webkit/browser/fileapi/file_system_origin_database.h"
|
|
|
| #include <set>
|
|
|
| @@ -11,8 +11,8 @@
|
| #include "base/location.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "base/stringprintf.h"
|
| #include "base/string_util.h"
|
| +#include "base/stringprintf.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "third_party/leveldatabase/src/include/leveldb/db.h"
|
| #include "third_party/leveldatabase/src/include/leveldb/write_batch.h"
|
|
|