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

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

Issue 10280004: gdata: Remove GDataFileSystem::FindEntryByPathAsync() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/gdata/gdata_file_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/find_entry_delegate.h
diff --git a/chrome/browser/chromeos/gdata/find_entry_delegate.h b/chrome/browser/chromeos/gdata/find_entry_delegate.h
index f7618bb9f915fe0756b12408811da2846521d1f4..e5f3e23bb0fc1f776486be1b6d12ec422977666c 100644
--- a/chrome/browser/chromeos/gdata/find_entry_delegate.h
+++ b/chrome/browser/chromeos/gdata/find_entry_delegate.h
@@ -30,7 +30,7 @@ class FindEntryDelegate {
public:
virtual ~FindEntryDelegate();
- // Called when FindEntryByPathSync() completes search.
+ // Called when GDataRootDirectory::FindEntryByPath() completes search.
virtual void OnDone(base::PlatformFileError error,
const FilePath& directory_path,
GDataEntry* entry) = 0;
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698