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

Unified Diff: chrome/browser/renderer_host/resource_message_filter.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/renderer_host/resource_message_filter.h
===================================================================
--- chrome/browser/renderer_host/resource_message_filter.h (revision 58317)
+++ chrome/browser/renderer_host/resource_message_filter.h (working copy)
@@ -51,6 +51,7 @@
struct WebPluginInfo;
namespace base {
+struct PlatformFileInfo;
class SharedMemory;
}
@@ -58,10 +59,6 @@
class DispatcherHost;
}
-namespace file_util {
-struct FileInfo;
-}
-
namespace net {
class CookieStore;
}
@@ -134,7 +131,7 @@
friend class ChromeThread;
friend class DeleteTask<ResourceMessageFilter>;
typedef void (*FileInfoWriteFunc)(IPC::Message* reply_msg,
- const file_util::FileInfo& file_info);
+ const base::PlatformFileInfo& file_info);
virtual ~ResourceMessageFilter();

Powered by Google App Engine
This is Rietveld 408576698