Index: content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc |
=================================================================== |
--- content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc (revision 175088) |
+++ content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc (working copy) |
@@ -36,7 +36,8 @@ |
namespace content { |
-class PpapiWebKitPlatformSupportImpl::SandboxSupport : public WebSandboxSupport { |
+class PpapiWebKitPlatformSupportImpl::SandboxSupport |
+ : public WebSandboxSupport { |
public: |
virtual ~SandboxSupport() {} |
@@ -179,7 +180,8 @@ |
return 0; |
} |
-bool PpapiWebKitPlatformSupportImpl::isLinkVisited(unsigned long long link_hash) { |
+bool PpapiWebKitPlatformSupportImpl::isLinkVisited( |
+ unsigned long long link_hash) { |
NOTREACHED(); |
return false; |
} |
@@ -204,7 +206,8 @@ |
return WebKit::WebString(); |
} |
-void PpapiWebKitPlatformSupportImpl::prefetchHostName(const WebKit::WebString&) { |
+void PpapiWebKitPlatformSupportImpl::prefetchHostName( |
+ const WebKit::WebString&) { |
NOTREACHED(); |
} |