summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/change_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/change_processor.h')
-rw-r--r--chrome/browser/sync/glue/change_processor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/glue/change_processor.h b/chrome/browser/sync/glue/change_processor.h
index 55c0c66..fe7719b 100644
--- a/chrome/browser/sync/glue/change_processor.h
+++ b/chrome/browser/sync/glue/change_processor.h
@@ -23,7 +23,7 @@ class UnrecoverableErrorHandler;
class ChangeProcessor : public BookmarkModelObserver,
public ChangeProcessingInterface {
public:
- ChangeProcessor(UnrecoverableErrorHandler* error_handler)
+ explicit ChangeProcessor(UnrecoverableErrorHandler* error_handler)
: running_(false), error_handler_(error_handler),
bookmark_model_(NULL), share_handle_(NULL), model_associator_(NULL) {}
virtual ~ChangeProcessor() { Stop(); }
@@ -181,4 +181,4 @@ class ChangeProcessor : public BookmarkModelObserver,
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_GLUE_CHANGE_APPLICATOR_H_
+#endif // CHROME_BROWSER_SYNC_GLUE_CHANGE_PROCESSOR_H_