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

Unified Diff: webkit/blob/local_file_stream_reader.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
« no previous file with comments | « webkit/blob/local_file_stream_reader.h ('k') | webkit/blob/local_file_stream_reader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/local_file_stream_reader.cc
diff --git a/webkit/blob/local_file_stream_reader.cc b/webkit/blob/local_file_stream_reader.cc
index aa077efc45e88f553bc59c4595c0a9de446ca74b..dab8aa5dea6889e6873c978e826564fbc87ea5cb 100644
--- a/webkit/blob/local_file_stream_reader.cc
+++ b/webkit/blob/local_file_stream_reader.cc
@@ -34,7 +34,7 @@ bool VerifySnapshotTime(const base::Time& expected_modification_time,
LocalFileStreamReader::LocalFileStreamReader(
base::TaskRunner* task_runner,
- const FilePath& file_path,
+ const base::FilePath& file_path,
int64 initial_offset,
const base::Time& expected_modification_time)
: task_runner_(task_runner),
« no previous file with comments | « webkit/blob/local_file_stream_reader.h ('k') | webkit/blob/local_file_stream_reader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698