diff options
Diffstat (limited to 'views/view.cc')
| -rw-r--r-- | views/view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/view.cc b/views/view.cc index abc2957..b5e7173 100644 --- a/views/view.cc +++ b/views/view.cc @@ -11,12 +11,12 @@ #include "app/drag_drop_types.h" #include "app/gfx/canvas.h" -#include "app/gfx/path.h" #include "app/l10n_util.h" #include "base/logging.h" #include "base/message_loop.h" #include "base/scoped_handle.h" #include "base/utf_string_conversions.h" +#include "gfx/path.h" #include "third_party/skia/include/core/SkShader.h" #include "views/background.h" #include "views/layout_manager.h" |
