| Index: chrome/browser/sync/engine/syncapi.h
|
| diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h
|
| index 10ed41473def7c50f511cfe7878a1d1abbf6ea00..4285fa4da299ad959d6e1d92155ebd5f9bbfb5f3 100644
|
| --- a/chrome/browser/sync/engine/syncapi.h
|
| +++ b/chrome/browser/sync/engine/syncapi.h
|
| @@ -866,7 +866,7 @@ class SyncManager {
|
| typedef Callback0::Type ModeChangeCallback;
|
|
|
| // Create an uninitialized SyncManager. Callers must Init() before using.
|
| - SyncManager();
|
| + explicit SyncManager(const std::string& name);
|
| virtual ~SyncManager();
|
|
|
| // Initialize the sync manager. |database_location| specifies the path of
|
|
|