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

Unified Diff: chrome/browser/chrome_to_mobile_service_factory.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/chrome_to_mobile_service_factory.h
diff --git a/chrome/browser/chrome_to_mobile_service_factory.h b/chrome/browser/chrome_to_mobile_service_factory.h
index 5232a7f442bd295b0069a5b083287f691aa2ac3f..6ab72b127a6948c1a90497eb53c2cab04ff6d7f8 100644
--- a/chrome/browser/chrome_to_mobile_service_factory.h
+++ b/chrome/browser/chrome_to_mobile_service_factory.h
@@ -27,7 +27,7 @@ class ChromeToMobileServiceFactory : public ProfileKeyedServiceFactory {
private:
friend struct DefaultSingletonTraits<ChromeToMobileServiceFactory>;
- explicit ChromeToMobileServiceFactory();
+ ChromeToMobileServiceFactory();
virtual ~ChromeToMobileServiceFactory();
DISALLOW_COPY_AND_ASSIGN(ChromeToMobileServiceFactory);

Powered by Google App Engine
This is Rietveld 408576698