Index: content/renderer/renderer_webapplicationcachehost_impl.h |
diff --git a/content/renderer/renderer_webapplicationcachehost_impl.h b/content/renderer/renderer_webapplicationcachehost_impl.h |
index 872d5c6d471adb4e93fb5dd942e1a4be64ad2d8b..07d5e22aaee63bb5380457c9fb9a138415dce9b4 100644 |
--- a/content/renderer/renderer_webapplicationcachehost_impl.h |
+++ b/content/renderer/renderer_webapplicationcachehost_impl.h |
@@ -5,7 +5,6 @@ |
#ifndef CONTENT_RENDERER_RENDERER_WEBAPPLICATIONCACHEHOST_IMPL_H_ |
#define CONTENT_RENDERER_RENDERER_WEBAPPLICATIONCACHEHOST_IMPL_H_ |
-#include "content/common/content_export.h" |
#include "webkit/appcache/web_application_cache_host_impl.h" |
namespace content { |
@@ -25,8 +24,6 @@ class RendererWebApplicationCacheHostImpl |
virtual void OnContentBlocked(const GURL& manifest_url) OVERRIDE; |
virtual void OnCacheSelected(const appcache::AppCacheInfo& info) OVERRIDE; |
- CONTENT_EXPORT static void DisableLoggingForTesting(); |
- |
private: |
RenderViewImpl* GetRenderView(); |