Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(803)

Unified Diff: webkit/renderer/compositor_bindings/web_solid_color_layer_impl.h

Issue 15937016: Update refernces to Blink's Platform API (webkit) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/renderer/compositor_bindings/web_solid_color_layer_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_solid_color_layer_impl.h b/webkit/renderer/compositor_bindings/web_solid_color_layer_impl.h
index 15a7e2ab39cc8ae9c1a944fbce7853f1088272c7..3767ee6c77441ea9f479979ca9c36655e738d90b 100644
--- a/webkit/renderer/compositor_bindings/web_solid_color_layer_impl.h
+++ b/webkit/renderer/compositor_bindings/web_solid_color_layer_impl.h
@@ -6,8 +6,8 @@
#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_SOLID_COLOR_LAYER_IMPL_H_
#include "base/memory/scoped_ptr.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebColor.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebSolidColorLayer.h"
+#include "third_party/WebKit/public/platform/WebColor.h"
+#include "third_party/WebKit/public/platform/WebSolidColorLayer.h"
#include "webkit/renderer/compositor_bindings/webkit_compositor_bindings_export.h"
namespace webkit {

Powered by Google App Engine
This is Rietveld 408576698