diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:20:02 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:20:02 +0000 |
commit | b43e556b26d1c54b47e9deb54fcfc2a4ee6216a3 (patch) | |
tree | 5fd9ff94cd23e65508c736a2c0d9736dd43da04b /device/bluetooth | |
parent | a43858f7591e67408d501f885ec1317b5e9ceed5 (diff) | |
download | chromium_src-b43e556b26d1c54b47e9deb54fcfc2a4ee6216a3.zip chromium_src-b43e556b26d1c54b47e9deb54fcfc2a4ee6216a3.tar.gz chromium_src-b43e556b26d1c54b47e9deb54fcfc2a4ee6216a3.tar.bz2 |
Use a direct include of time headers in courgette/, crypto/, dbus/, device/, google_apis/, gpu/, ipc/, jingle/.
BUG=254986
TEST=none
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/18156002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth')
-rw-r--r-- | device/bluetooth/bluetooth_adapter_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_adapter_mac.mm b/device/bluetooth/bluetooth_adapter_mac.mm index ac2127b..e15b894 100644 --- a/device/bluetooth/bluetooth_adapter_mac.mm +++ b/device/bluetooth/bluetooth_adapter_mac.mm @@ -19,7 +19,7 @@ #include "base/single_thread_task_runner.h" #include "base/strings/sys_string_conversions.h" #include "base/thread_task_runner_handle.h" -#include "base/time.h" +#include "base/time/time.h" #include "device/bluetooth/bluetooth_device_mac.h" // Replicate specific 10.7 SDK declarations for building with prior SDKs. |