| Index: ash/common/system/tray/tray_notification_view.cc
|
| diff --git a/ash/system/tray/tray_notification_view.cc b/ash/common/system/tray/tray_notification_view.cc
|
| similarity index 96%
|
| rename from ash/system/tray/tray_notification_view.cc
|
| rename to ash/common/system/tray/tray_notification_view.cc
|
| index c374276fb362022dcd8e23261066f939f074e935..b1d67f5491f9a7ce5060dd29fa111501f1e25af6 100644
|
| --- a/ash/system/tray/tray_notification_view.cc
|
| +++ b/ash/common/system/tray/tray_notification_view.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/tray/tray_notification_view.h"
|
| +#include "ash/common/system/tray/tray_notification_view.h"
|
|
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| -#include "ash/system/tray/tray_constants.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/paint_vector_icon.h"
|
| #include "ui/resources/grit/ui_resources.h"
|
|
|