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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h

Issue 23903016: file_manager: Rename root_path to root_url (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h b/chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h
index 10bc66e6befa33b9311a4930b36b0b881ae1fe0e..c559d5268dafd47c2a34355f2553f6fcd1f836dd 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h
@@ -42,7 +42,7 @@ class FileBrowserPrivateRequestFileSystemFunction
private:
void RespondSuccessOnUIThread(const std::string& name,
- const GURL& root_path);
+ const GURL& root_url);
void RespondFailedOnUIThread(base::PlatformFileError error_code);
// Called when FileSystemContext::OpenFileSystem() is done.
@@ -50,7 +50,7 @@ class FileBrowserPrivateRequestFileSystemFunction
scoped_refptr<fileapi::FileSystemContext> file_system_context,
base::PlatformFileError result,
const std::string& name,
- const GURL& root_path);
+ const GURL& root_url);
// Called when something goes wrong. Records the error to |error_| per the
// error code and reports that the private API function failed.
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698