Index: webkit/compositor_bindings/web_to_ccinput_handler_adapter.h |
diff --git a/webkit/compositor_bindings/web_to_ccinput_handler_adapter.h b/webkit/compositor_bindings/web_to_ccinput_handler_adapter.h |
index 4eca7b86dcef037fa2809b895f3d45f63bbb480b..f6c899e58d26ee70422c694d150f6c50104332dd 100644 |
--- a/webkit/compositor_bindings/web_to_ccinput_handler_adapter.h |
+++ b/webkit/compositor_bindings/web_to_ccinput_handler_adapter.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WebToCCInputHandlerAdapter_h |
-#define WebToCCInputHandlerAdapter_h |
+#ifndef WEBKIT_COMPOSITOR_BINDINGS_WEB_TO_CCINPUT_HANDLER_ADAPTER_H_ |
+#define WEBKIT_COMPOSITOR_BINDINGS_WEB_TO_CCINPUT_HANDLER_ADAPTER_H_ |
#include "base/memory/scoped_ptr.h" |
#include "cc/input/input_handler.h" |
@@ -14,7 +14,7 @@ namespace WebKit { |
class WebToCCInputHandlerAdapter : public cc::InputHandler { |
public: |
- WEBKIT_COMPOSITOR_BINDINGS_EXPORT static |
+ WEBKIT_COMPOSITOR_BINDINGS_EXPORT static |
scoped_ptr<WebToCCInputHandlerAdapter> create( |
scoped_ptr<WebInputHandler>); |
virtual ~WebToCCInputHandlerAdapter(); |
@@ -30,8 +30,10 @@ class WebToCCInputHandlerAdapter : public cc::InputHandler { |
class ClientAdapter; |
scoped_ptr<ClientAdapter> client_adapter_; |
scoped_ptr<WebInputHandler> handler_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(WebToCCInputHandlerAdapter); |
}; |
} |
-#endif // WebToCCInputHandlerAdapter_h |
+#endif // WEBKIT_COMPOSITOR_BINDINGS_WEB_TO_CCINPUT_HANDLER_ADAPTER_H_ |