Index: chrome/browser/sync/syncable/syncable_mock.h |
diff --git a/chrome/browser/sync/syncable/syncable_mock.h b/chrome/browser/sync/syncable/syncable_mock.h |
index e6e09127abfa0f1898a1c94e3e3a9ee381ef9c00..c20a79b0b1d2de905f8a4b9b82b356a2343b523d 100644 |
--- a/chrome/browser/sync/syncable/syncable_mock.h |
+++ b/chrome/browser/sync/syncable/syncable_mock.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -9,6 +9,7 @@ |
#include <string> |
#include "chrome/browser/sync/syncable/syncable.h" |
+#include "chrome/test/sync/null_directory_change_delegate.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -26,6 +27,9 @@ class MockDirectory : public Directory { |
MOCK_METHOD1(GetEntryByClientTag, |
syncable::EntryKernel*(const std::string&)); |
+ |
+ private: |
+ syncable::NullDirectoryChangeDelegate delegate_; |
}; |
class MockSyncableWriteTransaction : public syncable::WriteTransaction { |