Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Side by Side Diff: chrome/browser/chromeos/extensions/file_manager/file_manager_private_api_functions.h

Issue 550863003: Rename fileBrowserPrivate to fileManagerPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_FILE_BROWSER_PRIVATE_API _FUNCTIONS_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_FILE_MANAGER_PRIVATE_API _FUNCTIONS_H_
6 #define CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_FILE_BROWSER_PRIVATE_API _FUNCTIONS_H_ 6 #define CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_FILE_MANAGER_PRIVATE_API _FUNCTIONS_H_
7 7
8 // This header file is included from the auto generated code by the extension 8 // This header file is included from the auto generated code by the extension
9 // API scheme compiler. 9 // API scheme compiler.
10 // See also chrome/common/extensions/api/file_browser_private.idl. 10 // See also chrome/common/extensions/api/file_manager_private.idl.
11 11
12 #include "chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h" 12 #include "chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h"
13 #include "chrome/browser/chromeos/extensions/file_manager/private_api_drive.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" 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" 15 #include "chrome/browser/chromeos/extensions/file_manager/private_api_misc.h"
16 #include "chrome/browser/chromeos/extensions/file_manager/private_api_mount.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" 17 #include "chrome/browser/chromeos/extensions/file_manager/private_api_strings.h"
18 #include "chrome/browser/chromeos/extensions/file_manager/private_api_tasks.h" 18 #include "chrome/browser/chromeos/extensions/file_manager/private_api_tasks.h"
19 19
20 #endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_FILE_BROWSER_PRIVATE_ API_FUNCTIONS_H_ 20 #endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_FILE_MANAGER_PRIVATE_ API_FUNCTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698