OLD | NEW |
| (Empty) |
1 // Copyright 2013 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #ifndef CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_FILE_BROWSER_PRIVATE_API
_FUNCTIONS_H_ | |
6 #define CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_FILE_BROWSER_PRIVATE_API
_FUNCTIONS_H_ | |
7 | |
8 // This header file is included from the auto generated code by the extension | |
9 // API scheme compiler. | |
10 // See also chrome/common/extensions/api/file_browser_private.idl. | |
11 | |
12 #include "chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h" | |
13 #include "chrome/browser/chromeos/extensions/file_manager/private_api_drive.h" | |
14 #include "chrome/browser/chromeos/extensions/file_manager/private_api_file_syste
m.h" | |
15 #include "chrome/browser/chromeos/extensions/file_manager/private_api_misc.h" | |
16 #include "chrome/browser/chromeos/extensions/file_manager/private_api_mount.h" | |
17 #include "chrome/browser/chromeos/extensions/file_manager/private_api_strings.h" | |
18 #include "chrome/browser/chromeos/extensions/file_manager/private_api_tasks.h" | |
19 | |
20 #endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_FILE_BROWSER_PRIVATE_
API_FUNCTIONS_H_ | |
OLD | NEW |