summaryrefslogtreecommitdiff
path: root/dbus_properties_proxy.h
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2014-09-03 07:19:18 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-09-03 22:47:29 +0000
commitcc67c52a2c00f90e877971d552208dd99825d84e (patch)
tree2796f91a927152e2be85926f0f29160b03669cf8 /dbus_properties_proxy.h
parent94d308ae877bd6e7e605d4f813376885e34fda0d (diff)
downloadshill-cc67c52a2c00f90e877971d552208dd99825d84e.tar.gz
shill: Include base/macros.h instead of base/basictypes.h
shill no longer uses the integer types from base/basictypes.h. It should simply include base/macros.h for the DISALLOW_COPY_AND_ASSIGN macro instead. BUG=None TEST=`USE='cellular wimax' FEATURES=test emerge-$BOARD platform2` Change-Id: I9b350c1bd9eff88e2c87de2ef8d607e90049e102 Reviewed-on: https://chromium-review.googlesource.com/216055 Reviewed-by: Paul Stewart <pstew@chromium.org> Commit-Queue: Ben Chan <benchan@chromium.org> Tested-by: Ben Chan <benchan@chromium.org>
Diffstat (limited to 'dbus_properties_proxy.h')
-rw-r--r--dbus_properties_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus_properties_proxy.h b/dbus_properties_proxy.h
index b64d136c..ee733a96 100644
--- a/dbus_properties_proxy.h
+++ b/dbus_properties_proxy.h
@@ -8,7 +8,7 @@
#include <string>
#include <vector>
-#include <base/basictypes.h>
+#include <base/macros.h>
#include "shill/dbus_properties_proxy_interface.h"
#include "shill/dbus_proxies/dbus-properties.h"