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

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

Issue 10086027: Revert 132312 - Proper fix for https://chromiumcodereview.appspot.com/10073005 : (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 | « chrome/browser/chromeos/gdata/mock_directory_change_observer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/mock_gdata_sync_client.h
===================================================================
--- chrome/browser/chromeos/gdata/mock_gdata_sync_client.h (revision 132314)
+++ chrome/browser/chromeos/gdata/mock_gdata_sync_client.h (working copy)
@@ -32,7 +32,7 @@
const std::string& md5));
MOCK_METHOD2(OnFileUnpinned, void(const std::string& resource_id,
const std::string& md5));
- // GDataSyncClient is not interested in OnDirectoryChanged.
+ MOCK_METHOD1(OnDirectoryChanged, void(const FilePath& directory_path));
};
} // namespace gdata
« no previous file with comments | « chrome/browser/chromeos/gdata/mock_directory_change_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698