| Index: dbus/test_service.h
|
| diff --git a/dbus/test_service.h b/dbus/test_service.h
|
| index 30f82164e423f7e0db4cfc327dbd541147c0b213..364d77239cf0cc22debeafa6d1352a0b6623b26e 100644
|
| --- a/dbus/test_service.h
|
| +++ b/dbus/test_service.h
|
| @@ -41,7 +41,7 @@ class TestService : public base::Thread {
|
| // The number of methods we'll export.
|
| static const int kNumMethodsToExport;
|
|
|
| - TestService(const Options& options);
|
| + explicit TestService(const Options& options);
|
| virtual ~TestService();
|
|
|
| // Starts the service in a separate thread.
|
|
|