| Index: chrome_frame/chrome_frame_activex_base.h
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_activex_base.h (revision 43957)
|
| +++ chrome_frame/chrome_frame_activex_base.h (working copy)
|
| @@ -170,7 +170,7 @@
|
| public ChromeFramePlugin<T> {
|
| protected:
|
| typedef std::set<ScopedComPtr<IDispatch> > EventHandlers;
|
| - typedef ChromeFrameActivexBase<T, class_id> Base;
|
| + typedef ChromeFrameActivexBase<T, class_id> BasePlugin;
|
|
|
| public:
|
| ChromeFrameActivexBase()
|
| @@ -450,7 +450,7 @@
|
| virtual void OnHandleContextMenu(int tab_handle, HANDLE menu_handle,
|
| int align_flags,
|
| const IPC::ContextMenuParams& params) {
|
| - scoped_refptr<Base> ref(this);
|
| + scoped_refptr<BasePlugin> ref(this);
|
| ChromeFramePlugin<T>::OnHandleContextMenu(tab_handle, menu_handle,
|
| align_flags, params);
|
| }
|
|
|