summaryrefslogtreecommitdiffstats
path: root/webkit/compositor_bindings/web_nine_patch_layer_impl.cc
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 05:35:09 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 05:35:09 +0000
commit92c807c590fdaeadf5d39fa7f284cb2895523813 (patch)
treee3738ae46487e45696ffb44fc6eb08cfb5c5e8ca /webkit/compositor_bindings/web_nine_patch_layer_impl.cc
parent3ebcc7c965eca1624ab6bb297cb3b27596820998 (diff)
downloadchromium_src-92c807c590fdaeadf5d39fa7f284cb2895523813.zip
chromium_src-92c807c590fdaeadf5d39fa7f284cb2895523813.tar.gz
chromium_src-92c807c590fdaeadf5d39fa7f284cb2895523813.tar.bz2
Normalize includes in webkit/compositor_bindings to chromium style
BUG=144577 Review URL: https://chromiumcodereview.appspot.com/11824010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/compositor_bindings/web_nine_patch_layer_impl.cc')
-rw-r--r--webkit/compositor_bindings/web_nine_patch_layer_impl.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/compositor_bindings/web_nine_patch_layer_impl.cc b/webkit/compositor_bindings/web_nine_patch_layer_impl.cc
index c24a810..f9ee87a 100644
--- a/webkit/compositor_bindings/web_nine_patch_layer_impl.cc
+++ b/webkit/compositor_bindings/web_nine_patch_layer_impl.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "web_nine_patch_layer_impl.h"
+#include "webkit/compositor_bindings/web_nine_patch_layer_impl.h"
#include "cc/nine_patch_layer.h"
+#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/rect.h"
-#include "web_layer_impl.h"
-#include "SkBitmap.h"
+#include "webkit/compositor_bindings/web_layer_impl.h"
using cc::NinePatchLayer;