Index: chrome/test/functional/chromeos_file_browser.py |
diff --git a/chrome/test/functional/chromeos_file_browser.py b/chrome/test/functional/chromeos_file_browser.py |
index ff829305c44a405ee134bdc2f1abfb1a8278e6ef..79faddc3a47723c8aabc37d986cec5e3ab8068b1 100755 |
--- a/chrome/test/functional/chromeos_file_browser.py |
+++ b/chrome/test/functional/chromeos_file_browser.py |
@@ -78,7 +78,8 @@ class ChromeosFileBrowserTest(pyauto.PyUITest): |
# .mov and .3gp only work in the Media Player. Once these format are |
# supported on ChromeOS, include them in the test. |
for fname in media_files: |
- test_utils.CopyFileFromDataDirToDownloadDir(self, 'media/' + fname) |
+ test_utils.CopyFileFromContentDataDirToDownloadDir(self, |
+ 'media/' + fname) |
for fname in private_media_files: |
test_utils.CopyFileFromDataDirToDownloadDir(self, 'pyauto_private/media/' +\ |
fname) |