| Index: ash/common/system/tray/special_popup_row.cc
|
| diff --git a/ash/system/tray/special_popup_row.cc b/ash/common/system/tray/special_popup_row.cc
|
| similarity index 95%
|
| rename from ash/system/tray/special_popup_row.cc
|
| rename to ash/common/system/tray/special_popup_row.cc
|
| index 4577d3b20dc833aa1b1026905b5fde367032cce9..45691c95681e8d5f666ccad3db5a61682649a1f4 100644
|
| --- a/ash/system/tray/special_popup_row.cc
|
| +++ b/ash/common/system/tray/special_popup_row.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/tray/special_popup_row.h"
|
| +#include "ash/common/system/tray/special_popup_row.h"
|
|
|
| +#include "ash/common/system/tray/hover_highlight_view.h"
|
| +#include "ash/common/system/tray/throbber_view.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| -#include "ash/system/tray/hover_highlight_view.h"
|
| -#include "ash/system/tray/throbber_view.h"
|
| -#include "ash/system/tray/tray_popup_header_button.h"
|
| +#include "ash/common/system/tray/tray_popup_header_button.h"
|
| #include "grit/ash_resources.h"
|
| #include "grit/ash_strings.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|