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

Unified Diff: webkit/child/webkitplatformsupport_child_impl.h

Issue 16370007: stub webkit/child/ and webkitplatformsupport_child_impl for transition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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/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_

Powered by Google App Engine
This is Rietveld 408576698