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 /dbus/exported_object.h | |
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 'dbus/exported_object.h')
-rw-r--r-- | dbus/exported_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/exported_object.h b/dbus/exported_object.h index 89a4133..eae2767 100644 --- a/dbus/exported_object.h +++ b/dbus/exported_object.h @@ -15,7 +15,7 @@ #include "base/memory/ref_counted.h" #include "base/synchronization/waitable_event.h" #include "base/threading/platform_thread.h" -#include "base/time.h" +#include "base/time/time.h" #include "dbus/dbus_export.h" #include "dbus/object_path.h" |