| Index: chrome/test/base/ui_test_utils.h
|
| diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h
|
| index 24bd2d977b094d5c06d60db796b04174a7e941fb..fac5d0351178b44e99e9d39cfbbf32211ccb593e 100644
|
| --- a/chrome/test/base/ui_test_utils.h
|
| +++ b/chrome/test/base/ui_test_utils.h
|
| @@ -33,7 +33,7 @@ class LocationBar;
|
| class Profile;
|
|
|
| namespace app_modal {
|
| -class AppModalDialog;
|
| +class JavaScriptAppModalDialog;
|
| }
|
|
|
| namespace base {
|
| @@ -130,8 +130,8 @@ GURL GetTestUrl(const base::FilePath& dir, const base::FilePath& file);
|
| // Generate the path of the build directory, relative to the source root.
|
| bool GetRelativeBuildDirectory(base::FilePath* build_dir);
|
|
|
| -// Blocks until an application modal dialog is showns and returns it.
|
| -app_modal::AppModalDialog* WaitForAppModalDialog();
|
| +// Blocks until an application modal dialog is shown and returns it.
|
| +app_modal::JavaScriptAppModalDialog* WaitForAppModalDialog();
|
|
|
| // Performs a find in the page of the specified tab. Returns the number of
|
| // matches found. |ordinal| is an optional parameter which is set to the index
|
|
|