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

Unified Diff: content/renderer/mhtml_generator.h

Issue 299333002: Remove PlatformFile from mhtml_generator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | content/renderer/mhtml_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mhtml_generator.h
diff --git a/content/renderer/mhtml_generator.h b/content/renderer/mhtml_generator.h
index 352c04cd3870853dec9c415becd9393bb8ff9ff3..8f162eafb0e5a8e58409d2f46661077333c0cbc1 100644
--- a/content/renderer/mhtml_generator.h
+++ b/content/renderer/mhtml_generator.h
@@ -5,8 +5,8 @@
#ifndef CONTENT_RENDERER_MHTML_GENERATOR_H_
#define CONTENT_RENDERER_MHTML_GENERATOR_H_
+#include "base/files/file.h"
#include "content/public/renderer/render_view_observer.h"
-
#include "ipc/ipc_platform_file.h"
namespace content {
@@ -28,7 +28,7 @@ class MHTMLGenerator : public RenderViewObserver {
// Returns the size of the generated MHTML, -1 if it failed.
int64 GenerateMHTML();
- base::PlatformFile file_;
+ base::File file_;
DISALLOW_COPY_AND_ASSIGN(MHTMLGenerator);
};
« no previous file with comments | « no previous file | content/renderer/mhtml_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698