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

Unified Diff: webkit/chromeos/fileapi/remote_file_stream_writer.cc

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/chromeos/fileapi/remote_file_stream_writer.cc
diff --git a/webkit/chromeos/fileapi/remote_file_stream_writer.cc b/webkit/chromeos/fileapi/remote_file_stream_writer.cc
index 6fcbd65377fb117a269b4e693105460226de6f31..d51df11abb23ffb1e63dc8ccdea002ddcde415fa 100644
--- a/webkit/chromeos/fileapi/remote_file_stream_writer.cc
+++ b/webkit/chromeos/fileapi/remote_file_stream_writer.cc
@@ -56,7 +56,7 @@ void RemoteFileStreamWriter::OnFileOpened(
int buf_len,
const net::CompletionCallback& callback,
base::PlatformFileError open_result,
- const FilePath& local_path,
+ const base::FilePath& local_path,
const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref) {
has_pending_create_snapshot_ = false;
if (!pending_cancel_callback_.is_null()) {
« no previous file with comments | « webkit/chromeos/fileapi/remote_file_stream_writer.h ('k') | webkit/chromeos/fileapi/remote_file_system_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698