| Index: storage/browser/fileapi/quota/open_file_handle_context.cc
|
| diff --git a/webkit/browser/fileapi/quota/open_file_handle_context.cc b/storage/browser/fileapi/quota/open_file_handle_context.cc
|
| similarity index 94%
|
| rename from webkit/browser/fileapi/quota/open_file_handle_context.cc
|
| rename to storage/browser/fileapi/quota/open_file_handle_context.cc
|
| index 33f5bababa8cc4c8dac8468d9dd159e45ee15e22..816a777111f3747f3990cb8ae046ef2771faf565 100644
|
| --- a/webkit/browser/fileapi/quota/open_file_handle_context.cc
|
| +++ b/storage/browser/fileapi/quota/open_file_handle_context.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/browser/fileapi/quota/open_file_handle_context.h"
|
| +#include "storage/browser/fileapi/quota/open_file_handle_context.h"
|
|
|
| #include "base/file_util.h"
|
| -#include "webkit/browser/fileapi/quota/quota_reservation_buffer.h"
|
| +#include "storage/browser/fileapi/quota/quota_reservation_buffer.h"
|
|
|
| namespace storage {
|
|
|
|
|