| Index: ash/system/screen_security/screen_share_tray_item.cc
|
| diff --git a/ash/common/system/chromeos/screen_security/screen_share_tray_item.cc b/ash/system/screen_security/screen_share_tray_item.cc
|
| similarity index 93%
|
| rename from ash/common/system/chromeos/screen_security/screen_share_tray_item.cc
|
| rename to ash/system/screen_security/screen_share_tray_item.cc
|
| index 61d26325b959cc9ea67bced7ef0999ae4f162a44..211a2352e3a14c48a48dcc39243c5883882aaab1 100644
|
| --- a/ash/common/system/chromeos/screen_security/screen_share_tray_item.cc
|
| +++ b/ash/system/screen_security/screen_share_tray_item.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/system/chromeos/screen_security/screen_share_tray_item.h"
|
| +#include "ash/system/screen_security/screen_share_tray_item.h"
|
|
|
| #include <utility>
|
|
|
| -#include "ash/common/system/system_notifier.h"
|
| -#include "ash/common/system/tray/system_tray_notifier.h"
|
| -#include "ash/common/wm_shell.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| +#include "ash/system/system_notifier.h"
|
| +#include "ash/system/tray/system_tray_notifier.h"
|
| +#include "ash/wm_shell.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/message_center/message_center.h"
|
|
|