Chromium Code Reviews| Index: dbus/mock_bus.h |
| diff --git a/dbus/mock_bus.h b/dbus/mock_bus.h |
| index 68946824255aa0934eb7b138a867529ed01beafb..d06248fcf4efb4599337ed559ad644bda492affb 100644 |
| --- a/dbus/mock_bus.h |
| +++ b/dbus/mock_bus.h |
| @@ -16,7 +16,7 @@ namespace dbus { |
| // D-Bus calls. |
| class MockBus : public Bus { |
| public: |
| - MockBus(Bus::Options& options); |
| + explicit MockBus(Bus::Options& options); |
| MOCK_METHOD2(GetObjectProxy, ObjectProxy*(const std::string& service_name, |
| const ObjectPath& object_path)); |