summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/client_event_dispatcher.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 15:21:24 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 15:21:24 +0000
commit5d7eb86c365a47a9c3527784cb3831530fd9f191 (patch)
treeb0f6b10b4d6436964a92c9da74d54019fec3e08c /remoting/protocol/client_event_dispatcher.cc
parent66e96c418e3f2476422c538d65b449cd8155d266 (diff)
downloadchromium_src-5d7eb86c365a47a9c3527784cb3831530fd9f191.zip
chromium_src-5d7eb86c365a47a9c3527784cb3831530fd9f191.tar.gz
chromium_src-5d7eb86c365a47a9c3527784cb3831530fd9f191.tar.bz2
Use a direct include of time headers in ppapi/, printing/, remoting/.
BUG=254986 TEST=none TBR=ben@chromium.org Review URL: https://codereview.chromium.org/18052008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/client_event_dispatcher.cc')
-rw-r--r--remoting/protocol/client_event_dispatcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/client_event_dispatcher.cc b/remoting/protocol/client_event_dispatcher.cc
index e66181f5e2..e940f93 100644
--- a/remoting/protocol/client_event_dispatcher.cc
+++ b/remoting/protocol/client_event_dispatcher.cc
@@ -5,7 +5,7 @@
#include "remoting/protocol/client_event_dispatcher.h"
#include "base/message_loop/message_loop_proxy.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "net/socket/stream_socket.h"
#include "remoting/base/constants.h"
#include "remoting/proto/event.pb.h"