| Index: content/ppapi_plugin/ppapi_webkit_thread.h
|
| diff --git a/content/ppapi_plugin/ppapi_webkit_thread.h b/content/ppapi_plugin/ppapi_webkit_thread.h
|
| index dabee236c57ee52fce652ae64d6a35e492702bc2..a7606f63d4ca64c11f8b80f9764b40ecaa5cc827 100644
|
| --- a/content/ppapi_plugin/ppapi_webkit_thread.h
|
| +++ b/content/ppapi_plugin/ppapi_webkit_thread.h
|
| @@ -33,8 +33,8 @@ class PpapiWebKitThread {
|
| 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.
|
|
|