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

Unified Diff: chrome/browser/chromeos/gdata/mock_gdata_file_system.h

Issue 10877005: Rename GDataCache* to DriveCache* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 8 years, 4 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/gdata/mock_gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
index ffc91817fdad2eaefaf62ef4866206d6a2b4d1a3..e14b665814a05f4ab33a291128cffb38a55d555f 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -88,7 +88,7 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
const FilePath& file,
scoped_ptr<DocumentEntry> entry,
const FilePath& file_content_path,
- GDataCache::FileOperationType cache_operation,
+ DriveCache::FileOperationType cache_operation,
const base::Closure& callback) OVERRIDE {}
// This function is not mockable by gmock because scoped_ptr is not supported.
virtual void UpdateEntryData(const std::string& resource_id,
« no previous file with comments | « chrome/browser/chromeos/gdata/mock_gdata_cache_observer.cc ('k') | chrome/browser/ui/webui/chromeos/drive_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698