| Index: ash/common/system/chromeos/screen_security/screen_tray_item_unittest.cc
|
| diff --git a/ash/system/chromeos/screen_security/screen_tray_item_unittest.cc b/ash/common/system/chromeos/screen_security/screen_tray_item_unittest.cc
|
| similarity index 96%
|
| rename from ash/system/chromeos/screen_security/screen_tray_item_unittest.cc
|
| rename to ash/common/system/chromeos/screen_security/screen_tray_item_unittest.cc
|
| index 2d192322c67e99a1b82a2a78c4047dc2f1a25f1b..997038cabfeed1a569a4a6d69fec4474b98ed454 100644
|
| --- a/ash/system/chromeos/screen_security/screen_tray_item_unittest.cc
|
| +++ b/ash/common/system/chromeos/screen_security/screen_tray_item_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/chromeos/screen_security/screen_tray_item.h"
|
| +#include "ash/common/system/chromeos/screen_security/screen_tray_item.h"
|
|
|
| +#include "ash/common/system/chromeos/screen_security/screen_capture_tray_item.h"
|
| +#include "ash/common/system/chromeos/screen_security/screen_share_tray_item.h"
|
| #include "ash/common/system/tray/system_tray_notifier.h"
|
| #include "ash/common/system/tray/tray_item_view.h"
|
| #include "ash/common/wm_shell.h"
|
| -#include "ash/system/chromeos/screen_security/screen_capture_tray_item.h"
|
| -#include "ash/system/chromeos/screen_security/screen_share_tray_item.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "base/callback.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| @@ -79,6 +79,7 @@ class ScreenCaptureTest : public ScreenTrayItemTest {
|
| set_tray_item(item);
|
| }
|
|
|
| + private:
|
| DISALLOW_COPY_AND_ASSIGN(ScreenCaptureTest);
|
| };
|
|
|
|
|