| Index: ash/common/system/chromeos/screen_security/screen_capture_tray_item.cc
|
| diff --git a/ash/system/screen_security/screen_capture_tray_item.cc b/ash/common/system/chromeos/screen_security/screen_capture_tray_item.cc
|
| similarity index 95%
|
| rename from ash/system/screen_security/screen_capture_tray_item.cc
|
| rename to ash/common/system/chromeos/screen_security/screen_capture_tray_item.cc
|
| index e6c4fe7975cd8914e5c25a26226e612d2892fbf7..d845f67201d4cb606b5688bf4cbba7c18a918e9f 100644
|
| --- a/ash/system/screen_security/screen_capture_tray_item.cc
|
| +++ b/ash/common/system/chromeos/screen_security/screen_capture_tray_item.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/screen_security/screen_capture_tray_item.h"
|
| +#include "ash/common/system/chromeos/screen_security/screen_capture_tray_item.h"
|
|
|
| #include <utility>
|
|
|
| #include "ash/common/metrics/user_metrics_action.h"
|
| +#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 "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/message_center/message_center.h"
|
|
|