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

Unified Diff: chrome/browser/sync/glue/syncable_service_adapter.h

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/sync/engine/syncapi.h ('k') | chrome/browser/ui/browser_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/syncable_service_adapter.h
diff --git a/chrome/browser/sync/glue/syncable_service_adapter.h b/chrome/browser/sync/glue/syncable_service_adapter.h
index f6401d4c0665dbc07924a5c4dff23fc4e324d4b2..b19a867156104508d9132ec1b11907aad51e06d6 100644
--- a/chrome/browser/sync/glue/syncable_service_adapter.h
+++ b/chrome/browser/sync/glue/syncable_service_adapter.h
@@ -23,9 +23,9 @@ class GenericChangeProcessor;
// provided SyncableService as necessary.
class SyncableServiceAdapter : public AssociatorInterface {
public:
- explicit SyncableServiceAdapter(syncable::ModelType type,
- SyncableService* service,
- GenericChangeProcessor* sync_processor);
+ SyncableServiceAdapter(syncable::ModelType type,
+ SyncableService* service,
+ GenericChangeProcessor* sync_processor);
virtual ~SyncableServiceAdapter();
// AssociatorInterface implementation.
« no previous file with comments | « chrome/browser/sync/engine/syncapi.h ('k') | chrome/browser/ui/browser_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698