Chromium Code Reviews| Index: dbus/object_proxy.h |
| =================================================================== |
| --- dbus/object_proxy.h (revision 109364) |
| +++ dbus/object_proxy.h (working copy) |
| @@ -6,17 +6,16 @@ |
| #define DBUS_OBJECT_PROXY_H_ |
| #pragma once |
| +#include <dbus/dbus.h> |
| + |
| #include <map> |
| #include <string> |
| #include <vector> |
| -#include <dbus/dbus.h> |
| #include "base/callback.h" |
| #include "base/memory/ref_counted.h" |
| #include "base/time.h" |
| -class MessageLoop; |
| - |
| namespace dbus { |
| class Bus; |