Index: content/renderer/npapi/webplugin_impl.h |
diff --git a/content/renderer/npapi/webplugin_impl.h b/content/renderer/npapi/webplugin_impl.h |
index eb4565e133342e908c6fc04f3c79767fae7c790d..6323f6daa86c6029db6908da05e06806c10c5b76 100644 |
--- a/content/renderer/npapi/webplugin_impl.h |
+++ b/content/renderer/npapi/webplugin_impl.h |
@@ -324,8 +324,6 @@ class WebPluginImpl : public WebPlugin, |
std::vector<std::string> arg_names_; |
std::vector<std::string> arg_values_; |
- base::WeakPtrFactory<WebPluginImpl> weak_factory_; |
- |
class LoaderClient : public blink::WebURLLoaderClient { |
public: |
LoaderClient(WebPluginImpl*); |
@@ -360,6 +358,8 @@ class WebPluginImpl : public WebPlugin, |
LoaderClient loader_client_; |
+ base::WeakPtrFactory<WebPluginImpl> weak_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(WebPluginImpl); |
}; |