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

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

Issue 118993002: drive: Move FileSystem::LoadDirectoryIfNeeded to ChangeListLoader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix Created 7 years 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/fake_file_system.h
diff --git a/chrome/browser/chromeos/drive/fake_file_system.h b/chrome/browser/chromeos/drive/fake_file_system.h
index 84e4d08cb7b92c4d4211a6db4621c708a230079c..8e665601659a72a3d4f3e4182a07d6a988149a23 100644
--- a/chrome/browser/chromeos/drive/fake_file_system.h
+++ b/chrome/browser/chromeos/drive/fake_file_system.h
@@ -123,7 +123,7 @@ class FakeFileSystem : public FileSystemInterface {
virtual void GetCacheEntry(
const base::FilePath& drive_file_path,
const GetCacheEntryCallback& callback) OVERRIDE;
- virtual void Reload(const FileOperationCallback& callback) OVERRIDE;
+ virtual void Reset(const FileOperationCallback& callback) OVERRIDE;
private:
// Helper of GetResourceEntryById.
« no previous file with comments | « chrome/browser/chromeos/drive/dummy_file_system.h ('k') | chrome/browser/chromeos/drive/fake_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698