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

Unified Diff: chrome/browser/chromeos/drive/mock_file_system.h

Issue 15650008: drive: Rename drive::DriveClientContext to drive::ClientContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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/drive/mock_file_system.h
diff --git a/chrome/browser/chromeos/drive/mock_file_system.h b/chrome/browser/chromeos/drive/mock_file_system.h
index b9b06dcb6add5ca8320f7fd0af3347260aa5b225..d28c39641c97a60c81382a3a2550399e0ad752b0 100644
--- a/chrome/browser/chromeos/drive/mock_file_system.h
+++ b/chrome/browser/chromeos/drive/mock_file_system.h
@@ -81,7 +81,7 @@ class MockFileSystem : public FileSystemInterface {
MOCK_METHOD4(
GetFileByResourceId,
void(const std::string& resource_id,
- const DriveClientContext& context,
+ const ClientContext& context,
const GetFileCallback& get_file_callback,
const google_apis::GetContentCallback& get_content_callback));
MOCK_METHOD4(
@@ -92,7 +92,7 @@ class MockFileSystem : public FileSystemInterface {
const FileOperationCallback& completion_callback));
MOCK_METHOD3(UpdateFileByResourceId,
void(const std::string& resource_id,
- const DriveClientContext& context,
+ const ClientContext& context,
const FileOperationCallback& callback));
MOCK_METHOD2(GetResourceEntryByPath,
void(const base::FilePath& file_path,
« no previous file with comments | « chrome/browser/chromeos/drive/job_scheduler_unittest.cc ('k') | chrome/browser/chromeos/drive/sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698