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

Unified Diff: chrome/browser/sync/glue/typed_url_data_type_controller.cc

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/glue/typed_url_data_type_controller.cc
diff --git a/chrome/browser/sync/glue/typed_url_data_type_controller.cc b/chrome/browser/sync/glue/typed_url_data_type_controller.cc
index d10a1f3efb3789017f389f874c4c36c23aecc4e6..ea6589091e4593a8fbd084146aaa642b80f66c45 100644
--- a/chrome/browser/sync/glue/typed_url_data_type_controller.cc
+++ b/chrome/browser/sync/glue/typed_url_data_type_controller.cc
@@ -29,8 +29,8 @@ namespace {
// the tasks we want to run.
class RunTaskOnHistoryThread : public HistoryDBTask {
public:
- explicit RunTaskOnHistoryThread(const base::Closure& task,
- TypedUrlDataTypeController* dtc)
+ RunTaskOnHistoryThread(const base::Closure& task,
+ TypedUrlDataTypeController* dtc)
: task_(new base::Closure(task)),
dtc_(dtc) {
}
« no previous file with comments | « chrome/browser/sync/glue/shared_change_processor_ref.h ('k') | chrome/browser/sync/profile_sync_service_bookmark_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698