| Index: ash/common/system/chromeos/screen_security/screen_capture_tray_item.h
|
| diff --git a/ash/system/screen_security/screen_capture_tray_item.h b/ash/common/system/chromeos/screen_security/screen_capture_tray_item.h
|
| similarity index 78%
|
| rename from ash/system/screen_security/screen_capture_tray_item.h
|
| rename to ash/common/system/chromeos/screen_security/screen_capture_tray_item.h
|
| index 9c6b58b782d4017985036603e7452c6335b870da..8d56a0d7974921828f76958e74a739a545857e11 100644
|
| --- a/ash/system/screen_security/screen_capture_tray_item.h
|
| +++ b/ash/common/system/chromeos/screen_security/screen_capture_tray_item.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_SCREEN_SECURITY_SCREEN_CAPTURE_TRAY_ITEM_H_
|
| -#define ASH_SYSTEM_SCREEN_SECURITY_SCREEN_CAPTURE_TRAY_ITEM_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_SCREEN_SECURITY_SCREEN_CAPTURE_TRAY_ITEM_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_SCREEN_SECURITY_SCREEN_CAPTURE_TRAY_ITEM_H_
|
|
|
| #include "ash/common/shell_observer.h"
|
| -#include "ash/system/screen_security/screen_capture_observer.h"
|
| -#include "ash/system/screen_security/screen_tray_item.h"
|
| +#include "ash/common/system/chromeos/screen_security/screen_capture_observer.h"
|
| +#include "ash/common/system/chromeos/screen_security/screen_tray_item.h"
|
| #include "base/macros.h"
|
|
|
| namespace views {
|
| @@ -50,4 +50,4 @@ class ASH_EXPORT ScreenCaptureTrayItem : public ScreenTrayItem,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_SCREEN_SECURITY_SCREEN_CAPTURE_TRAY_ITEM_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_SCREEN_SECURITY_SCREEN_CAPTURE_TRAY_ITEM_H_
|
|
|