summaryrefslogtreecommitdiff
path: root/dbus/object_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/object_manager.h')
-rw-r--r--dbus/object_manager.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/dbus/object_manager.h b/dbus/object_manager.h
index 456e183525..25834c54fe 100644
--- a/dbus/object_manager.h
+++ b/dbus/object_manager.h
@@ -5,8 +5,11 @@
#ifndef DBUS_OBJECT_MANAGER_H_
#define DBUS_OBJECT_MANAGER_H_
+#include <stdint.h>
+
#include <map>
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "dbus/object_path.h"
@@ -36,7 +39,7 @@
// public:
// struct Properties : public dbus::PropertySet {
// dbus::Property<std::string> name;
-// dbus::Property<uint16> version;
+// dbus::Property<uint16_t> version;
// dbus::Property<dbus::ObjectPath> parent;
// dbus::Property<std::vector<std::string> > children;
//