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

Unified Diff: chrome/browser/file_system/file_system_backend_client.h

Issue 3347005: Moving file_util::FileInfo to base::PlatformFileInfo, and adding the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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: chrome/browser/file_system/file_system_backend_client.h
===================================================================
--- chrome/browser/file_system/file_system_backend_client.h (revision 58317)
+++ chrome/browser/file_system/file_system_backend_client.h (working copy)
@@ -20,7 +20,7 @@
virtual void DidSucceed(int request_id) = 0;
// Info about the file entry such as modification date and size.
- virtual void DidReadMetadata(const file_util::FileInfo& info,
+ virtual void DidReadMetadata(const base::PlatformFileInfo& info,
int request_id) = 0;
virtual void DidReadDirectory(

Powered by Google App Engine
This is Rietveld 408576698