Index: chrome/browser/chromeos/extensions/file_manager/private_api_base.h |
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_base.h b/chrome/browser/chromeos/extensions/file_manager/private_api_base.h |
index 621e121fc0bcf7d071a3e2e53595f070e06eb141..d2e47c3dae6eadbc21b1880ed288c82eaf10a7b9 100644 |
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_base.h |
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_base.h |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
// |
-// This file contains base classes for fileBrowserPrivate API. |
+// This file contains base classes for fileManagerPrivate API. |
#ifndef CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_PRIVATE_API_BASE_H_ |
#define CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_PRIVATE_API_BASE_H_ |
@@ -14,7 +14,7 @@ namespace extensions { |
// This class adds a logging feature to AsyncExtensionFunction. Logging is |
// done when sending the response to JavaScript, using drive::util::Log(). |
-// Async API functions of fileBrowserPrivate should inherit this class. |
+// Async API functions of fileManagerPrivate should inherit this class. |
// |
// By default, logging is turned off, hence sub classes should call |
// set_log_on_completion(true) to enable it, if they want. However, even if |