Index: chrome/test/data/extensions/api_test/file_system_provider/thumbnail/test.js |
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/thumbnail/test.js b/chrome/test/data/extensions/api_test/file_system_provider/thumbnail/test.js |
index 0916a71b754efd5252653dd9e050ff9a9a31f33e..2981844e1a2f2fa246e3eb557b24cc0e7d97bd55 100644 |
--- a/chrome/test/data/extensions/api_test/file_system_provider/thumbnail/test.js |
+++ b/chrome/test/data/extensions/api_test/file_system_provider/thumbnail/test.js |
@@ -166,7 +166,7 @@ function runTests() { |
TESTING_WITH_VALID_THUMBNAIL_FILE.name, |
{create: false}, |
function(fileEntry) { |
- chrome.fileBrowserPrivate.getEntryProperties( |
+ chrome.fileManagerPrivate.getEntryProperties( |
[fileEntry.toURL()], |
function(fileProperties) { |
chrome.test.assertEq(1, fileProperties.length); |
@@ -195,7 +195,7 @@ function runTests() { |
TESTING_WITH_INVALID_THUMBNAIL_FILE.name, |
{create: false}, |
function(fileEntry) { |
- chrome.fileBrowserPrivate.getEntryProperties( |
+ chrome.fileManagerPrivate.getEntryProperties( |
[fileEntry.toURL()], |
function(fileProperties) { |
chrome.test.assertEq(1, fileProperties.length); |