summaryrefslogtreecommitdiffstats
path: root/remoting/host/capture_scheduler.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/host/capture_scheduler.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/host/capture_scheduler.cc')
-rw-r--r--remoting/host/capture_scheduler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/capture_scheduler.cc b/remoting/host/capture_scheduler.cc
index 60ad732..a4f7efb 100644
--- a/remoting/host/capture_scheduler.cc
+++ b/remoting/host/capture_scheduler.cc
@@ -8,7 +8,7 @@
#include "base/logging.h"
#include "base/sys_info.h"
-#include "base/time.h"
+#include "base/time/time.h"
namespace {