| Index: ash/common/frame/default_header_painter.cc
|
| diff --git a/ash/frame/default_header_painter.cc b/ash/common/frame/default_header_painter.cc
|
| similarity index 98%
|
| rename from ash/frame/default_header_painter.cc
|
| rename to ash/common/frame/default_header_painter.cc
|
| index 7d9c95d8d8eb0226e31a661f60163887aec7f328..c0ef3a870a8b870723c2ca8d346949c2370f56f0 100644
|
| --- a/ash/frame/default_header_painter.cc
|
| +++ b/ash/common/frame/default_header_painter.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/frame/default_header_painter.h"
|
| +#include "ash/common/frame/default_header_painter.h"
|
|
|
| #include "ash/common/ash_layout_constants.h"
|
| -#include "ash/frame/caption_buttons/frame_caption_button_container_view.h"
|
| -#include "ash/frame/header_painter_util.h"
|
| +#include "ash/common/frame/caption_buttons/frame_caption_button_container_view.h"
|
| +#include "ash/common/frame/header_painter_util.h"
|
| #include "base/debug/leak_annotations.h"
|
| #include "base/logging.h" // DCHECK
|
| #include "grit/ash_resources.h"
|
|
|