Commit e13874fb authored by leilei's avatar leilei Committed by Commit bot

Fix typo introduced in crrev.com/1843063004.

BUG=

Review URL: https://codereview.chromium.org/1896363003

Cr-Commit-Position: refs/heads/master@{#388612}
parent 3e6e8e36
...@@ -123,7 +123,7 @@ class MediaRouterDialogPageSet(story.StorySet): ...@@ -123,7 +123,7 @@ class MediaRouterDialogPageSet(story.StorySet):
"""Pageset for media router dialog latency tests.""" """Pageset for media router dialog latency tests."""
def __init__(self): def __init__(self):
super(MediaRouterDailogPageSet, self).__init__( super(MediaRouterDialogPageSet, self).__init__(
cloud_storage_bucket=story.PARTNER_BUCKET) cloud_storage_bucket=story.PARTNER_BUCKET)
self.AddStory(CastDialogPage(self)) self.AddStory(CastDialogPage(self))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment