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; |