summaryrefslogtreecommitdiffstats
path: root/tools/bisect-manual-test.py
diff options
context:
space:
mode:
authorachuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-30 03:37:05 +0000
committerachuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-30 03:37:05 +0000
commit4177df53e6c54a6256d0f28fa37ca029859719e3 (patch)
tree80fd2cd3336f7a01af71446ad226e3489961a040 /tools/bisect-manual-test.py
parent8ef0540c4762bc16e98f7c4d5c13fe161c7788c8 (diff)
downloadchromium_src-4177df53e6c54a6256d0f28fa37ca029859719e3.zip
chromium_src-4177df53e6c54a6256d0f28fa37ca029859719e3.tar.gz
chromium_src-4177df53e6c54a6256d0f28fa37ca029859719e3.tar.bz2
Fix page_cycler unittests BrowserOptions->BrowserFinderOptions.
BUG=269131 TEST=trybot Review URL: https://chromiumcodereview.appspot.com/23480018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220497 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/bisect-manual-test.py')
-rwxr-xr-xtools/bisect-manual-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bisect-manual-test.py b/tools/bisect-manual-test.py
index d01adc9..81519cb 100755
--- a/tools/bisect-manual-test.py
+++ b/tools/bisect-manual-test.py
@@ -42,7 +42,7 @@ def main():
'Starts browser with an optional url and asks user whether '
'revision is good or bad.\n')
- options = browser_options.BrowserOptions()
+ options = browser_options.BrowserFinderOptions()
parser = options.CreateParser(usage)
options, args = parser.parse_args()