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

Unified Diff: chrome/browser/history/web_history_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/history/web_history_service_factory.h
diff --git a/chrome/browser/history/web_history_service_factory.h b/chrome/browser/history/web_history_service_factory.h
index e37f725af4a18406f6792facb92119321239b6ac..7514f4faa655dc3a71bec813d0ef909c8b42860d 100644
--- a/chrome/browser/history/web_history_service_factory.h
+++ b/chrome/browser/history/web_history_service_factory.h
@@ -31,7 +31,7 @@ class WebHistoryServiceFactory : public ProfileKeyedServiceFactory {
private:
friend struct DefaultSingletonTraits<WebHistoryServiceFactory>;
- explicit WebHistoryServiceFactory();
+ WebHistoryServiceFactory();
virtual ~WebHistoryServiceFactory();
DISALLOW_COPY_AND_ASSIGN(WebHistoryServiceFactory);
« no previous file with comments | « chrome/browser/history/in_memory_url_index.h ('k') | chrome/browser/importer/firefox_importer_unittest_utils_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698