| Index: views/view.cc
|
| ===================================================================
|
| --- views/view.cc (revision 73642)
|
| +++ views/view.cc (working copy)
|
| @@ -13,10 +13,10 @@
|
| #include "base/message_loop.h"
|
| #include "base/scoped_ptr.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "gfx/canvas_skia.h"
|
| -#include "gfx/path.h"
|
| #include "third_party/skia/include/core/SkShader.h"
|
| #include "ui/base/dragdrop/drag_drop_types.h"
|
| +#include "ui/gfx/canvas_skia.h"
|
| +#include "ui/gfx/path.h"
|
| #include "views/background.h"
|
| #include "views/layout/layout_manager.h"
|
| #include "views/views_delegate.h"
|
|
|