| Index: views/view.cc
|
| ===================================================================
|
| --- views/view.cc (revision 42303)
|
| +++ views/view.cc (working copy)
|
| @@ -10,12 +10,12 @@
|
| #endif
|
|
|
| #include "app/drag_drop_types.h"
|
| -#include "app/gfx/canvas.h"
|
| #include "base/i18n/rtl.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| #include "base/scoped_handle.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "gfx/canvas.h"
|
| #include "gfx/path.h"
|
| #include "third_party/skia/include/core/SkShader.h"
|
| #include "views/background.h"
|
|
|