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

Unified Diff: content/browser/download/save_file.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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: content/browser/download/save_file.h
diff --git a/content/browser/download/save_file.h b/content/browser/download/save_file.h
index 13b6f9d0c853256020405f57c3a90434230251e1..d7fdeeaf838163602d557ae05f4c88c4e204522e 100644
--- a/content/browser/download/save_file.h
+++ b/content/browser/download/save_file.h
@@ -21,7 +21,7 @@ namespace content {
// in a save session.
class SaveFile {
public:
- explicit SaveFile(const SaveFileCreateInfo* info, bool calculate_hash);
+ SaveFile(const SaveFileCreateInfo* info, bool calculate_hash);
virtual ~SaveFile();
// BaseFile delegated functions.
« no previous file with comments | « content/browser/download/download_manager_impl_unittest.cc ('k') | content/browser/gamepad/gamepad_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698