| Index: chrome/browser/chromeos/fileapi/remote_file_system_operation.cc
|
| diff --git a/webkit/browser/chromeos/fileapi/remote_file_system_operation.cc b/chrome/browser/chromeos/fileapi/remote_file_system_operation.cc
|
| similarity index 98%
|
| rename from webkit/browser/chromeos/fileapi/remote_file_system_operation.cc
|
| rename to chrome/browser/chromeos/fileapi/remote_file_system_operation.cc
|
| index c50f3ad3cbbd53ad2895e3c3ab0723a659afb15b..33cdc874c41d4bb58f9ec105f38cb869f97efa71 100644
|
| --- a/webkit/browser/chromeos/fileapi/remote_file_system_operation.cc
|
| +++ b/chrome/browser/chromeos/fileapi/remote_file_system_operation.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/browser/chromeos/fileapi/remote_file_system_operation.h"
|
| +#include "chrome/browser/chromeos/fileapi/remote_file_system_operation.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/platform_file.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/values.h"
|
| +#include "chrome/browser/chromeos/fileapi/remote_file_stream_writer.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/url_request/url_request.h"
|
| -#include "webkit/browser/chromeos/fileapi/remote_file_stream_writer.h"
|
| #include "webkit/browser/fileapi/file_system_url.h"
|
| #include "webkit/browser/fileapi/file_writer_delegate.h"
|
|
|
|
|