diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-19 19:24:02 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-19 19:24:02 +0000 |
commit | 5911bb9d5fcfea19dccab7697bed3bcbcffdacb4 (patch) | |
tree | 58106f5e94a257f21c9c75b8035edde1ecaa12d6 /ash/system/bluetooth | |
parent | a8ee29fa63f1bae24a84d5b251472025cda103ab (diff) | |
download | chromium_src-5911bb9d5fcfea19dccab7697bed3bcbcffdacb4.zip chromium_src-5911bb9d5fcfea19dccab7697bed3bcbcffdacb4.tar.gz chromium_src-5911bb9d5fcfea19dccab7697bed3bcbcffdacb4.tar.bz2 |
ash: Move ActionableView and HoverHighlightView into their own files.
BUG=174228
R=jennyz@chromium.org,jamescook@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12218138
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183263 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/system/bluetooth')
-rw-r--r-- | ash/system/bluetooth/tray_bluetooth.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc index a6c7acb..b12f0b2 100644 --- a/ash/system/bluetooth/tray_bluetooth.cc +++ b/ash/system/bluetooth/tray_bluetooth.cc @@ -5,6 +5,7 @@ #include "ash/system/bluetooth/tray_bluetooth.h" #include "ash/shell.h" +#include "ash/system/tray/hover_highlight_view.h" #include "ash/system/tray/system_tray.h" #include "ash/system/tray/system_tray_delegate.h" #include "ash/system/tray/system_tray_notifier.h" |