summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/gdata/gdata_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/gdata/gdata_mock.h')
-rw-r--r--chrome/browser/chromeos/gdata/gdata_mock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/gdata/gdata_mock.h b/chrome/browser/chromeos/gdata/gdata_mock.h
index bd848e0..d967c01 100644
--- a/chrome/browser/chromeos/gdata/gdata_mock.h
+++ b/chrome/browser/chromeos/gdata/gdata_mock.h
@@ -28,7 +28,6 @@ class MockDocumentsService : public DocumentsServiceInterface {
// DocumentServiceInterface overrides.
MOCK_METHOD1(Initialize, void(Profile* profile));
- MOCK_CONST_METHOD0(operation_registry, GDataOperationRegistry*());
MOCK_METHOD0(CancelAll, void(void));
MOCK_METHOD1(Authenticate, void(const AuthStatusCallback& callback));
MOCK_METHOD2(GetDocuments, void(const GURL& feed_url,