| Index: ui/gfx/skia_util.cc
|
| ===================================================================
|
| --- ui/gfx/skia_util.cc (revision 73642)
|
| +++ ui/gfx/skia_util.cc (working copy)
|
| @@ -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 "gfx/skia_util.h"
|
| +#include "ui/gfx/skia_util.h"
|
|
|
| -#include "gfx/rect.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkColorPriv.h"
|
| #include "third_party/skia/include/core/SkShader.h"
|
| #include "third_party/skia/include/effects/SkGradientShader.h"
|
| +#include "ui/gfx/rect.h"
|
|
|
| namespace gfx {
|
|
|
|
|