diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 19:35:31 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 19:35:31 +0000 |
commit | 812d3d4e24ab035ab65eb5c564158a991ebbe5f4 (patch) | |
tree | 33261600b799543f921b8d36a53ff625fa1b105f /ash/system/status_area_widget.h | |
parent | c4291b771e5091f35de8487682601b5fcd688b8f (diff) | |
download | chromium_src-812d3d4e24ab035ab65eb5c564158a991ebbe5f4.zip chromium_src-812d3d4e24ab035ab65eb5c564158a991ebbe5f4.tar.gz chromium_src-812d3d4e24ab035ab65eb5c564158a991ebbe5f4.tar.bz2 |
ash: Rename shelf_auto_hide_behavior.h to shelf_types.
NOTE: This was a TODO for sky@.
R=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10676014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/system/status_area_widget.h')
-rw-r--r-- | ash/system/status_area_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/status_area_widget.h b/ash/system/status_area_widget.h index 93393da..8348d37 100644 --- a/ash/system/status_area_widget.h +++ b/ash/system/status_area_widget.h @@ -9,7 +9,7 @@ #include "ash/ash_export.h" #include "ash/launcher/background_animator.h" #include "ash/system/user/login_status.h" -#include "ash/wm/shelf_auto_hide_behavior.h" +#include "ash/wm/shelf_types.h" #include "ui/views/widget/widget.h" namespace ash { |