| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index a6c62111f7dafdbb09c769cdf8e49a962a4a7510..8a462275214340595e908e42450b430fe9fe7d3d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -1015,7 +1015,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| // This MUST be listed above frame_tree_ since at destruction time the
|
| // latter might cause RenderViewHost's destructor to call us and we might use
|
| // the observer list then.
|
| - ObserverList<WebContentsObserver> observers_;
|
| + base::ObserverList<WebContentsObserver> observers_;
|
|
|
| // The tab that opened this tab, if any. Will be set to null if the opener
|
| // is closed.
|
|
|