Chromium Code Reviews| Index: dbus/exported_object.h |
| =================================================================== |
| --- dbus/exported_object.h (revision 109364) |
| +++ dbus/exported_object.h (working copy) |
| @@ -6,20 +6,18 @@ |
| #define DBUS_EXPORTED_OBJECT_H_ |
| #pragma once |
| -#include <string> |
| +#include <dbus/dbus.h> |
| + |
| #include <map> |
| +#include <string> |
| #include <utility> |
| -#include <dbus/dbus.h> |
| - |
| #include "base/callback.h" |
| #include "base/memory/ref_counted.h" |
| #include "base/synchronization/waitable_event.h" |
| #include "base/threading/platform_thread.h" |
| #include "base/time.h" |
| -class MessageLoop; |
| - |
| namespace dbus { |
| class Bus; |