| 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) {
|
| }
|
|
|