| Index: chrome/browser/extensions/api/file_system/file_system_api_unittest.cc | 
| diff --git a/chrome/browser/extensions/api/file_system/file_system_api_unittest.cc b/chrome/browser/extensions/api/file_system/file_system_api_unittest.cc | 
| index 1b8de48adc7df0f13ab4a1d62756510a67e81d0d..30a229356302b78476c411ad534fc620b9c5e880 100644 | 
| --- a/chrome/browser/extensions/api/file_system/file_system_api_unittest.cc | 
| +++ b/chrome/browser/extensions/api/file_system/file_system_api_unittest.cc | 
| @@ -2,7 +2,7 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#include "chrome/browser/extensions/api/file_system/file_system_api.h" | 
| +#include "extensions/browser/api/file_system/file_system_api.h" | 
|  | 
| #include <stddef.h> | 
|  | 
| @@ -16,6 +16,8 @@ | 
| #include "testing/gtest/include/gtest/gtest.h" | 
| #include "ui/shell_dialogs/select_file_dialog.h" | 
|  | 
| +// Tests static helper methods of chrome.fileSystem API functions. | 
| + | 
| using extensions::FileSystemChooseEntryFunction; | 
| using extensions::api::file_system::AcceptOption; | 
|  | 
|  |