Index: webkit/child/webkitplatformsupport_child_impl.h |
diff --git a/webkit/child/webkitplatformsupport_child_impl.h b/webkit/child/webkitplatformsupport_child_impl.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4589906e0b5e326a652dd206bb6c8c7333ee5fdb |
--- /dev/null |
+++ b/webkit/child/webkitplatformsupport_child_impl.h |
@@ -0,0 +1,22 @@ |
+// // Copyright 2013 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef WEBKIT_CHILD_WEBKITPLATFORMSUPPORT_CHILD_IMPL_H_ |
+#define WEBKIT_CHILD_WEBKITPLATFORMSUPPORT_CHILD_IMPL_H_ |
+ |
+#include "webkit/child/webkit_child_export.h" |
+#include "webkit/glue/webkitplatformsupport_impl.h" |
+ |
+namespace webkit_glue { |
+ |
+class WEBKIT_CHILD_EXPORT WebKitPlatformSupportChildImpl : |
+ public WebKitPlatformSupportImpl { |
+ public: |
+ WebKitPlatformSupportChildImpl(); |
+ virtual ~WebKitPlatformSupportChildImpl(); |
+}; |
+ |
+} // namespace webkit_glue |
+ |
+#endif // WEBKIT_CHILD_WEBKITPLATFORMSUPPORT_CHILD_IMPL_H_ |