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

Unified Diff: chrome/browser/sync/backend_unrecoverable_error_handler.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: chrome/browser/sync/backend_unrecoverable_error_handler.h
diff --git a/chrome/browser/sync/backend_unrecoverable_error_handler.h b/chrome/browser/sync/backend_unrecoverable_error_handler.h
index 872cef4f9ab0f2058ac3e8b78c9a322a2c9295d9..b5823ff54de0af7d169873c08faab4deb5fdd23c 100644
--- a/chrome/browser/sync/backend_unrecoverable_error_handler.h
+++ b/chrome/browser/sync/backend_unrecoverable_error_handler.h
@@ -19,7 +19,7 @@ namespace browser_sync {
class BackendUnrecoverableErrorHandler
: public syncer::UnrecoverableErrorHandler {
public:
- BackendUnrecoverableErrorHandler(
+ explicit BackendUnrecoverableErrorHandler(
const syncer::WeakHandle<ProfileSyncService>& service);
virtual ~BackendUnrecoverableErrorHandler();
virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
@@ -30,4 +30,3 @@ class BackendUnrecoverableErrorHandler
};
} // namespace browser_sync
#endif // CHROME_BROWSER_SYNC_BACKEND_UNRECOVERABLE_ERROR_HANDLER_H_
-
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_message_filter_mac.h ('k') | chrome/browser/sync/glue/shared_change_processor_ref.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698