Index: webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h b/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
similarity index 91% |
rename from webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
rename to webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
index e25fb9369a12bca82c4452ac790534afbb33cc79..fc83ebee0a6f7f6140ab3419db435c5c6174c1e9 100644 |
--- a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
+++ b/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_COMPOSITOR_BINDINGS_WEB_LAYER_TREE_VIEW_IMPL_FOR_TESTING_H_ |
-#define WEBKIT_COMPOSITOR_BINDINGS_WEB_LAYER_TREE_VIEW_IMPL_FOR_TESTING_H_ |
+#ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_TREE_VIEW_IMPL_FOR_TESTING_H_ |
+#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_TREE_VIEW_IMPL_FOR_TESTING_H_ |
#include "base/memory/scoped_ptr.h" |
#include "cc/trees/layer_tree_host_client.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebLayerTreeView.h" |
-#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h" |
+#include "webkit/renderer/compositor_bindings/webkit_compositor_bindings_export.h" |
#include "webkit/support/webkit_support.h" |
namespace cc { |
@@ -93,4 +93,4 @@ class WebLayerTreeViewImplForTesting : public WebKit::WebLayerTreeView, |
} // namespace webkit |
-#endif // WEBKIT_COMPOSITOR_BINDINGS_WEB_LAYER_TREE_VIEW_IMPL_FOR_TESTING_H_ |
+#endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_TREE_VIEW_IMPL_FOR_TESTING_H_ |