Index: content/browser/in_process_webkit/webkit_thread.h |
diff --git a/content/browser/in_process_webkit/webkit_thread.h b/content/browser/in_process_webkit/webkit_thread.h |
index 5c62e2ef16946c1ce2e1999450857e8ec044ef30..ed38bcf0f0c50e02a067116d0f24cc96c7a150e4 100644 |
--- a/content/browser/in_process_webkit/webkit_thread.h |
+++ b/content/browser/in_process_webkit/webkit_thread.h |
@@ -31,8 +31,8 @@ class CONTENT_EXPORT WebKitThread { |
virtual ~InternalWebKitThread(); |
// Does the actual initialization and shutdown of WebKit. Called at the |
// beginning and end of the thread's lifetime. |
- virtual void Init(); |
- virtual void CleanUp(); |
+ virtual void Init() OVERRIDE; |
+ virtual void CleanUp() OVERRIDE; |
private: |
// The WebKitPlatformSupport implementation. Only access on WebKit thread. |