| Index: content/public/browser/web_contents_binding_set.h
|
| diff --git a/content/public/browser/web_contents_binding_set.h b/content/public/browser/web_contents_binding_set.h
|
| index 38d8b2445a93ad330dca15df9b3e9b7861cb79f9..dba41eac21d421070386fc3e0d480fc62445f3f8 100644
|
| --- a/content/public/browser/web_contents_binding_set.h
|
| +++ b/content/public/browser/web_contents_binding_set.h
|
| @@ -25,7 +25,7 @@ class WebContentsImpl;
|
| // of a WebContents. See WebContentsFrameBindingSet<T> below.
|
| class CONTENT_EXPORT WebContentsBindingSet {
|
| protected:
|
| - class Binder {
|
| + class CONTENT_EXPORT Binder {
|
| public:
|
| virtual ~Binder() {}
|
|
|
|
|