| Index: chrome/browser/views/jsmessage_box_dialog.h
|
| ===================================================================
|
| --- chrome/browser/views/jsmessage_box_dialog.h (revision 30970)
|
| +++ chrome/browser/views/jsmessage_box_dialog.h (working copy)
|
| @@ -11,7 +11,7 @@
|
| #include "views/window/dialog_delegate.h"
|
|
|
| class MessageBoxView;
|
| -class TabContents;
|
| +class JavaScriptMessageBoxClient;
|
| namespace views {
|
| class Window;
|
| }
|
| @@ -47,8 +47,8 @@
|
| virtual void OnClose();
|
|
|
| private:
|
| - TabContents* tab_contents() {
|
| - return parent_->tab_contents();
|
| + JavaScriptMessageBoxClient* client() {
|
| + return parent_->client();
|
| }
|
|
|
| // A pointer to the AppModalDialog that owns us.
|
|
|
| Property changes on: chrome\browser\views\jsmessage_box_dialog.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|