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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/private_api_strings.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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/extensions/file_manager/private_api_strings.h
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_strings.h b/chrome/browser/chromeos/extensions/file_manager/private_api_strings.h
index dd06f17563b3b9f6694ae7ea8e2c475f2ee984db..c50589b37d55458595cf85c885560b3addfd9b42 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_strings.h
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_strings.h
@@ -11,18 +11,18 @@
namespace extensions {
-// Implements the chrome.fileBrowserPrivate.getStrings method.
+// Implements the chrome.fileManagerPrivate.getStrings method.
// Used to get strings for the file manager from JavaScript.
-class FileBrowserPrivateGetStringsFunction
+class FileManagerPrivateGetStringsFunction
: public ChromeSyncExtensionFunction {
public:
- DECLARE_EXTENSION_FUNCTION("fileBrowserPrivate.getStrings",
- FILEBROWSERPRIVATE_GETSTRINGS)
+ DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.getStrings",
+ FILEMANAGERPRIVATE_GETSTRINGS)
- FileBrowserPrivateGetStringsFunction();
+ FileManagerPrivateGetStringsFunction();
protected:
- virtual ~FileBrowserPrivateGetStringsFunction();
+ virtual ~FileManagerPrivateGetStringsFunction();
// SyncExtensionFunction overrides.
virtual bool RunSync() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698