summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download/download_file.h')
-rw-r--r--chrome/browser/download/download_file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/download/download_file.h b/chrome/browser/download/download_file.h
index 0705ffe..8b58f99 100644
--- a/chrome/browser/download/download_file.h
+++ b/chrome/browser/download/download_file.h
@@ -86,7 +86,7 @@ struct DownloadBuffer {
// cancelled, the DownloadFile is destroyed.
class DownloadFile {
public:
- DownloadFile(const DownloadCreateInfo* info);
+ explicit DownloadFile(const DownloadCreateInfo* info);
~DownloadFile();
bool Initialize();
@@ -167,7 +167,7 @@ class DownloadFile {
class DownloadFileManager
: public base::RefCountedThreadSafe<DownloadFileManager> {
public:
- DownloadFileManager(ResourceDispatcherHost* rdh);
+ explicit DownloadFileManager(ResourceDispatcherHost* rdh);
// Called on shutdown on the UI thread.
void Shutdown();