summaryrefslogtreecommitdiffstats
path: root/chrome/browser/rlz/rlz.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/rlz/rlz.cc')
-rw-r--r--chrome/browser/rlz/rlz.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/rlz/rlz.cc b/chrome/browser/rlz/rlz.cc
index 7fd78b3..4b75bd4 100644
--- a/chrome/browser/rlz/rlz.cc
+++ b/chrome/browser/rlz/rlz.cc
@@ -176,7 +176,7 @@ class DailyPingTask : public Task {
// This task needs to run on the UI thread.
class DelayedInitTask : public Task {
public:
- explicit DelayedInitTask(bool first_run, bool google_default_search)
+ DelayedInitTask(bool first_run, bool google_default_search)
: first_run_(first_run),
google_default_search_(google_default_search) {
}