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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/private_api_util.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_util.h
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_util.h b/chrome/browser/chromeos/extensions/file_manager/private_api_util.h
index 8af7b27aa2bbdff6dd1af480cc5abdeb8fec31ab..465c005ca2e948afbf2045bf55ca8b82d2cd7888 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_util.h
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_util.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 provides utility functions for fileBrowserPrivate API.
+// This file provides utility functions for fileManagerPrivate API.
#ifndef CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_PRIVATE_API_UTIL_H_
#define CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_PRIVATE_API_UTIL_H_
@@ -28,7 +28,7 @@ class EventLogger;
namespace extensions {
namespace api {
-namespace file_browser_private {
+namespace file_manager_private {
struct VolumeMetadata;
}
}
@@ -49,7 +49,7 @@ namespace util {
void VolumeInfoToVolumeMetadata(
Profile* profile,
const VolumeInfo& volume_info,
- extensions::api::file_browser_private::VolumeMetadata* volume_metadata);
+ extensions::api::file_manager_private::VolumeMetadata* volume_metadata);
// Returns the local FilePath associated with |url|. If the file isn't of the
// type FileSystemBackend handles, returns an empty

Powered by Google App Engine
This is Rietveld 408576698