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

Unified Diff: chrome/browser/sync/engine/syncer_types.h

Issue 3026031: browser: Fix some presubmit errors. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 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/scoped_pref_update.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/syncer_types.h
diff --git a/chrome/browser/sync/engine/syncer_types.h b/chrome/browser/sync/engine/syncer_types.h
index 3cdce9fd14b11a4688d1f68857cc61faf5dd24d9..19be54edddaa714c9f7fa50141b36b30afc28263 100644
--- a/chrome/browser/sync/engine/syncer_types.h
+++ b/chrome/browser/sync/engine/syncer_types.h
@@ -146,7 +146,7 @@ struct SyncerEvent {
};
struct SyncerShutdownEvent {
- SyncerShutdownEvent(Syncer *syncer_ptr) : syncer(syncer_ptr) {}
+ explicit SyncerShutdownEvent(Syncer *syncer_ptr) : syncer(syncer_ptr) {}
Syncer* syncer;
static bool IsChannelShutdownEvent(Syncer* syncer) {
return true;
« no previous file with comments | « chrome/browser/scoped_pref_update.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698