summaryrefslogtreecommitdiffstats
path: root/ash/shelf
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-27 23:12:21 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-27 23:12:21 +0000
commit1e84c63ff5b3431837857366e98d3280b6edea00 (patch)
tree92ad7ac161394fe5930854e89f9b6e295188d254 /ash/shelf
parentd11b691c8cb866d33189b7e0f141389b59851aa0 (diff)
downloadchromium_src-1e84c63ff5b3431837857366e98d3280b6edea00.zip
chromium_src-1e84c63ff5b3431837857366e98d3280b6edea00.tar.gz
chromium_src-1e84c63ff5b3431837857366e98d3280b6edea00.tar.bz2
Use a direct include of time headers in android_webview/, apps/, ash/.
BUG=254986 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/18050008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209025 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shelf')
-rw-r--r--ash/shelf/shelf_layout_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
index 2bd9141..f113675 100644
--- a/ash/shelf/shelf_layout_manager.h
+++ b/ash/shelf/shelf_layout_manager.h
@@ -17,7 +17,7 @@
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/observer_list.h"
-#include "base/timer.h"
+#include "base/timer/timer.h"
#include "ui/aura/client/activation_change_observer.h"
#include "ui/aura/layout_manager.h"
#include "ui/gfx/insets.h"