Index: content/test/gpu/gpu_tests/maps.py |
diff --git a/content/test/gpu/gpu_tests/maps.py b/content/test/gpu/gpu_tests/maps.py |
index c5885e98e45cf7752163c25e6cdb5f1403923682..f7d858946a63e85a6c2047c9c9ef301e85228e1b 100644 |
--- a/content/test/gpu/gpu_tests/maps.py |
+++ b/content/test/gpu/gpu_tests/maps.py |
@@ -98,6 +98,7 @@ class Maps(cloud_storage_test_base.TestBase): |
util.GetChromiumSrcDir(), 'content', 'test', 'gpu', 'page_sets') |
ps = page_set.PageSet(archive_data_file='data/maps.json', |
make_javascript_deterministic=False, |
- file_path=page_set_path) |
+ file_path=page_set_path, |
+ bucket=page_set.PUBLIC_BUCKET) |
ps.AddPage(MapsPage(ps, ps.base_dir)) |
return ps |