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

Unified Diff: chrome/browser/chromeos/drive/sync/entry_update_performer_unittest.cc

Issue 408143014: Rename OperationObserver to OperationDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/sync/entry_update_performer_unittest.cc
diff --git a/chrome/browser/chromeos/drive/sync/entry_update_performer_unittest.cc b/chrome/browser/chromeos/drive/sync/entry_update_performer_unittest.cc
index ea00140c5a40cca2315c6ef5733f721db2c807a1..f271e1ae7c4441cdd698ed34fec325c54fda1435 100644
--- a/chrome/browser/chromeos/drive/sync/entry_update_performer_unittest.cc
+++ b/chrome/browser/chromeos/drive/sync/entry_update_performer_unittest.cc
@@ -28,7 +28,7 @@ class EntryUpdatePerformerTest : public file_system::OperationTestBase {
virtual void SetUp() OVERRIDE {
OperationTestBase::SetUp();
performer_.reset(new EntryUpdatePerformer(blocking_task_runner(),
- observer(),
+ delegate(),
scheduler(),
metadata(),
cache(),
@@ -130,7 +130,7 @@ TEST_F(EntryUpdatePerformerTest, UpdateEntry_WithNonDirtyCache) {
// Download the file content to prepare a non-dirty cache file.
file_system::DownloadOperation download_operation(
- blocking_task_runner(), observer(), scheduler(), metadata(), cache(),
+ blocking_task_runner(), delegate(), scheduler(), metadata(), cache(),
temp_dir());
FileError error = FILE_ERROR_FAILED;
base::FilePath cache_file_path;
« no previous file with comments | « chrome/browser/chromeos/drive/sync/entry_update_performer.cc ('k') | chrome/browser/chromeos/drive/sync/remove_performer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698