Index: chrome/browser/extensions/api/file_system/file_system_api.cc |
diff --git a/chrome/browser/extensions/api/file_system/file_system_api.cc b/chrome/browser/extensions/api/file_system/file_system_api.cc |
index 2e4d2e2f993d18c594479f0f25fbf4348a9f3ba7..cff70ff082229109922d4cdd1b604298691af0e5 100644 |
--- a/chrome/browser/extensions/api/file_system/file_system_api.cc |
+++ b/chrome/browser/extensions/api/file_system/file_system_api.cc |
@@ -6,6 +6,7 @@ |
#include "apps/app_window.h" |
#include "apps/app_window_registry.h" |
+#include "apps/browser/file_handler_util.h" |
#include "apps/saved_files_service.h" |
#include "base/bind.h" |
#include "base/file_util.h" |
@@ -322,7 +323,7 @@ void FileSystemEntryFunction::AddEntryToResponse( |
const base::FilePath& path, |
const std::string& id_override) { |
DCHECK(response_); |
- extensions::app_file_handler_util::GrantedFileEntry file_entry = |
+ apps::file_handler_util::GrantedFileEntry file_entry = |
extensions::app_file_handler_util::CreateFileEntry( |
GetProfile(), |
GetExtension(), |