| Index: ash/common/system/tray/tri_view.cc
|
| diff --git a/ash/system/tray/tri_view.cc b/ash/common/system/tray/tri_view.cc
|
| similarity index 98%
|
| rename from ash/system/tray/tri_view.cc
|
| rename to ash/common/system/tray/tri_view.cc
|
| index a25ce00bf815d9aea04574a5c40ae9f4cfe73f97..2f0f55b9e7f92cffb57c9a28fa74f1e26b363ddc 100644
|
| --- a/ash/system/tray/tri_view.cc
|
| +++ b/ash/common/system/tray/tri_view.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/tray/tri_view.h"
|
| +#include "ash/common/system/tray/tri_view.h"
|
|
|
| -#include "ash/system/tray/size_range_layout.h"
|
| +#include "ash/common/system/tray/size_range_layout.h"
|
| #include "base/logging.h"
|
| #include "ui/views/border.h"
|
| #include "ui/views/layout/box_layout.h"
|
|
|