| Index: components/sync/engine_impl/loopback_server/loopback_server.h
|
| diff --git a/components/sync/engine_impl/loopback_server/loopback_server.h b/components/sync/engine_impl/loopback_server/loopback_server.h
|
| index 20af7bc33f057c9dddea577ef7120022dcebb967..a69c99e4ac7c7da84751a21b88d3da0642352830 100644
|
| --- a/components/sync/engine_impl/loopback_server/loopback_server.h
|
| +++ b/components/sync/engine_impl/loopback_server/loopback_server.h
|
| @@ -27,7 +27,7 @@ namespace syncer {
|
| // A loopback version of the Sync server used for local profile serialization.
|
| class LoopbackServer {
|
| public:
|
| - LoopbackServer(const base::FilePath& persistent_file);
|
| + explicit LoopbackServer(const base::FilePath& persistent_file);
|
| virtual ~LoopbackServer();
|
|
|
| // Handles a /command POST (with the given |request|) to the server. Three
|
|
|