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

Unified Diff: webkit/blob/local_file_reader.cc

Issue 10115017: Cleanup: IWYU for base/file_util_proxy.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 8 years, 8 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: webkit/blob/local_file_reader.cc
===================================================================
--- webkit/blob/local_file_reader.cc (revision 133490)
+++ webkit/blob/local_file_reader.cc (working copy)
@@ -6,6 +6,7 @@
#include "base/file_util.h"
#include "base/file_util_proxy.h"
+#include "base/location.h"
#include "base/logging.h"
#include "base/message_loop_proxy.h"
#include "base/platform_file.h"
@@ -82,7 +83,7 @@
// A helper class to open, verify and seek a file stream for a given path.
class LocalFileReader::OpenFileStreamHelper {
public:
- OpenFileStreamHelper(base::MessageLoopProxy* file_thread_proxy)
+ explicit OpenFileStreamHelper(base::MessageLoopProxy* file_thread_proxy)
: file_thread_proxy_(file_thread_proxy),
file_handle_(base::kInvalidPlatformFileValue),
result_(net::OK) {}
« no previous file with comments | « content/browser/renderer_host/redirect_to_file_resource_handler.cc ('k') | webkit/plugins/ppapi/quota_file_io.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698