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

Unified Diff: webkit/blob/blob_storage_controller.h

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/blob_data.cc ('k') | webkit/blob/blob_storage_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/blob_storage_controller.h
diff --git a/webkit/blob/blob_storage_controller.h b/webkit/blob/blob_storage_controller.h
index c7e7631e003c65e45bec03fc91d83db51d8f1bca..a0c72b24070c2e647364bf695870ec8fdc5f0adc 100644
--- a/webkit/blob/blob_storage_controller.h
+++ b/webkit/blob/blob_storage_controller.h
@@ -15,9 +15,9 @@
#include "webkit/storage/webkit_storage_export.h"
class GURL;
-class FilePath;
namespace base {
+class FilePath;
class Time;
}
@@ -48,7 +48,8 @@ class WEBKIT_STORAGE_EXPORT BlobStorageController {
uint64 offset,
uint64 length);
void AppendFileItem(BlobData* target_blob_data,
- const FilePath& file_path, uint64 offset, uint64 length,
+ const base::FilePath& file_path, uint64 offset,
+ uint64 length,
const base::Time& expected_modification_time);
void AppendFileSystemFileItem(
BlobData* target_blob_data,
« no previous file with comments | « webkit/blob/blob_data.cc ('k') | webkit/blob/blob_storage_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698