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

Unified Diff: chrome/browser/upgrade_detector_impl.cc

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « chrome/browser/ui/window_sizer.cc ('k') | chrome/browser/webdata/web_database_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/upgrade_detector_impl.cc
diff --git a/chrome/browser/upgrade_detector_impl.cc b/chrome/browser/upgrade_detector_impl.cc
index 1619e0a8bc683dda68e0299a365379ad66ef2ed3..d6fa033944367e3b32ab491990ca2de9a35a947b 100644
--- a/chrome/browser/upgrade_detector_impl.cc
+++ b/chrome/browser/upgrade_detector_impl.cc
@@ -63,8 +63,7 @@ int GetCheckForUpgradeEveryMs() {
// callback task. Otherwise it just deletes the task.
class DetectUpgradeTask : public Task {
public:
- explicit DetectUpgradeTask(Task* upgrade_detected_task,
- bool* is_unstable_channel)
+ DetectUpgradeTask(Task* upgrade_detected_task, bool* is_unstable_channel)
: upgrade_detected_task_(upgrade_detected_task),
is_unstable_channel_(is_unstable_channel) {
}
« no previous file with comments | « chrome/browser/ui/window_sizer.cc ('k') | chrome/browser/webdata/web_database_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698