Index: content/renderer/pepper/mock_resource.h |
=================================================================== |
--- content/renderer/pepper/mock_resource.h (revision 213482) |
+++ content/renderer/pepper/mock_resource.h (working copy) |
@@ -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 WEBKIT_PLUGINS_PPAPI_MOCK_RESOURCE_H_ |
-#define WEBKIT_PLUGINS_PPAPI_MOCK_RESOURCE_H_ |
+#ifndef CONTENT_RENDERER_PEPPER_MOCK_RESOURCE_H_ |
+#define CONTENT_RENDERER_PEPPER_MOCK_RESOURCE_H_ |
#include "ppapi/shared_impl/resource.h" |
@@ -17,10 +17,12 @@ |
public: |
MockResource(PP_Instance instance) |
: Resource(::ppapi::OBJECT_IS_IMPL, instance) {} |
+ |
+ private: |
virtual ~MockResource() {} |
}; |
} // namespace ppapi |
} // namespace webkit |
-#endif // WEBKIT_PLUGINS_PPAPI_MOCK_RESOURCE_H_ |
+#endif // CONTENT_RENDERER_PEPPER_MOCK_RESOURCE_H_ |