Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1219)

Unified Diff: device/bluetooth/dbus/bluez_dbus_client.h

Issue 1542163002: Switch to standard integer types in device/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/dbus/bluez_dbus_client.h
diff --git a/device/bluetooth/dbus/bluez_dbus_client.h b/device/bluetooth/dbus/bluez_dbus_client.h
index 3dd09853d2c586820072c346ac92d534e7f5fb18..9d45520f97131a570f044a4b321d862a0590929e 100644
--- a/device/bluetooth/dbus/bluez_dbus_client.h
+++ b/device/bluetooth/dbus/bluez_dbus_client.h
@@ -5,7 +5,7 @@
#ifndef DEVICE_BLUETOOTH_DBUS_BLUEZ_DBUS_CLIENT_H_
#define DEVICE_BLUETOOTH_DBUS_BLUEZ_DBUS_CLIENT_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
namespace dbus {
class Bus;

Powered by Google App Engine
This is Rietveld 408576698