Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Unified Diff: webkit/browser/chromeos/fileapi/remote_file_system_operation.cc

Issue 16010006: Move webkit/chromeos into webkit/browser/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/browser/chromeos/fileapi/remote_file_system_operation.cc
diff --git a/webkit/chromeos/fileapi/remote_file_system_operation.cc b/webkit/browser/chromeos/fileapi/remote_file_system_operation.cc
similarity index 98%
rename from webkit/chromeos/fileapi/remote_file_system_operation.cc
rename to webkit/browser/chromeos/fileapi/remote_file_system_operation.cc
index faface6e79729bc023dde2a03874fdb11e13d462..fcf129d6fcdd4e97726ad989e0ab868aea353526 100644
--- a/webkit/chromeos/fileapi/remote_file_system_operation.cc
+++ b/webkit/browser/chromeos/fileapi/remote_file_system_operation.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/chromeos/fileapi/remote_file_system_operation.h"
+#include "webkit/browser/chromeos/fileapi/remote_file_system_operation.h"
#include "base/bind.h"
#include "base/platform_file.h"
@@ -10,9 +10,9 @@
#include "base/values.h"
#include "googleurl/src/gurl.h"
#include "net/url_request/url_request_context.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"
-#include "webkit/chromeos/fileapi/remote_file_stream_writer.h"
using fileapi::FileSystemURL;
« no previous file with comments | « webkit/browser/chromeos/fileapi/remote_file_system_operation.h ('k') | webkit/browser/fileapi/file_system_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698