diff options
Diffstat (limited to 'skia/ext/vector_canvas.cc')
-rw-r--r-- | skia/ext/vector_canvas.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/ext/vector_canvas.cc b/skia/ext/vector_canvas.cc index 440ee64..a671852 100644 --- a/skia/ext/vector_canvas.cc +++ b/skia/ext/vector_canvas.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/gfx/vector_canvas.h" +#include "skia/ext/vector_canvas.h" -#include "base/gfx/vector_device.h" #include "base/logging.h" +#include "skia/ext/vector_device.h" namespace gfx { |