summaryrefslogtreecommitdiff
path: root/chromium/content/child/webfallbackthemeengine_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/child/webfallbackthemeengine_impl.cc')
-rw-r--r--chromium/content/child/webfallbackthemeengine_impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/child/webfallbackthemeengine_impl.cc b/chromium/content/child/webfallbackthemeengine_impl.cc
index 1a78da27e76..5c091bc0a75 100644
--- a/chromium/content/child/webfallbackthemeengine_impl.cc
+++ b/chromium/content/child/webfallbackthemeengine_impl.cc
@@ -6,8 +6,8 @@
#include "base/macros.h"
#include "skia/ext/platform_canvas.h"
-#include "third_party/WebKit/public/platform/WebRect.h"
-#include "third_party/WebKit/public/platform/WebSize.h"
+#include "third_party/blink/public/platform/web_rect.h"
+#include "third_party/blink/public/platform/web_size.h"
#include "ui/native_theme/native_theme_base.h"
using blink::WebCanvas;