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

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

Issue 17644006: Move files under webkit/browser/fileapi/... to chrome/browser/chromeos/fileapi/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments. Created 7 years, 6 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
« no previous file with comments | « chrome/browser/chromeos/fileapi/remote_file_system_operation.h ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « chrome/browser/chromeos/fileapi/remote_file_system_operation.h ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698