diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 22:45:35 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 22:45:35 +0000 |
commit | 35fb693d6565cf0435a11d238df29b62c5668315 (patch) | |
tree | 787c626e2abac97ad50a843775866998e7eeaf64 /ash/system | |
parent | 79827135c3144b3b860578e7f07167dbeb1a649b (diff) | |
download | chromium_src-35fb693d6565cf0435a11d238df29b62c5668315.zip chromium_src-35fb693d6565cf0435a11d238df29b62c5668315.tar.gz chromium_src-35fb693d6565cf0435a11d238df29b62c5668315.tar.bz2 |
Move views-specific message_center files into a subdirectory.
BUG=179916
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/12377086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/system')
-rw-r--r-- | ash/system/web_notification/web_notification_tray.cc | 10 | ||||
-rw-r--r-- | ash/system/web_notification/web_notification_tray_unittest.cc | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc index 66eaffd..67711a4 100644 --- a/ash/system/web_notification/web_notification_tray.cc +++ b/ash/system/web_notification/web_notification_tray.cc @@ -19,13 +19,13 @@ #include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" #include "ui/gfx/screen.h" -#include "ui/message_center/message_bubble_base.h" -#include "ui/message_center/message_center_bubble.h" #include "ui/message_center/message_center_tray_delegate.h" #include "ui/message_center/message_center_util.h" -#include "ui/message_center/message_popup_bubble.h" -#include "ui/message_center/message_popup_collection.h" -#include "ui/message_center/quiet_mode_bubble.h" +#include "ui/message_center/views/message_bubble_base.h" +#include "ui/message_center/views/message_center_bubble.h" +#include "ui/message_center/views/message_popup_bubble.h" +#include "ui/message_center/views/message_popup_collection.h" +#include "ui/message_center/views/quiet_mode_bubble.h" #include "ui/views/bubble/tray_bubble_view.h" #include "ui/views/controls/button/image_button.h" #include "ui/views/widget/widget_observer.h" diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc index 45e0ac9..e3e8e03 100644 --- a/ash/system/web_notification/web_notification_tray_unittest.cc +++ b/ash/system/web_notification/web_notification_tray_unittest.cc @@ -12,11 +12,11 @@ #include "ash/test/ash_test_base.h" #include "base/stringprintf.h" #include "base/utf_string_conversions.h" -#include "ui/message_center/message_center_bubble.h" #include "ui/message_center/message_center_tray.h" -#include "ui/message_center/message_popup_bubble.h" #include "ui/message_center/notification_list.h" #include "ui/message_center/notification_types.h" +#include "ui/message_center/views/message_center_bubble.h" +#include "ui/message_center/views/message_popup_bubble.h" #include "ui/views/controls/label.h" #include "ui/views/layout/fill_layout.h" #include "ui/views/view.h" |