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

Unified Diff: sync/notifier/mock_invalidation_state_tracker.cc

Issue 10451060: sync: migrate invalidation state from syncable::Directory to InvalidationStorage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include order Created 8 years, 7 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 | « sync/notifier/mock_invalidation_state_tracker.h ('k') | sync/notifier/mock_sync_notifier_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/mock_invalidation_state_tracker.cc
diff --git a/sync/notifier/mock_invalidation_state_tracker.cc b/sync/notifier/mock_invalidation_state_tracker.cc
new file mode 100644
index 0000000000000000000000000000000000000000..bf55011143c8c1c199f5b4a87fc2f3de6a20971c
--- /dev/null
+++ b/sync/notifier/mock_invalidation_state_tracker.cc
@@ -0,0 +1,12 @@
+// Copyright (c) 2012 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.
+
+#include "sync/notifier/mock_invalidation_state_tracker.h"
+
+namespace sync_notifier {
+
+MockInvalidationStateTracker::MockInvalidationStateTracker() {}
+MockInvalidationStateTracker::~MockInvalidationStateTracker() {}
+
+} // namespace sync_notifier
« no previous file with comments | « sync/notifier/mock_invalidation_state_tracker.h ('k') | sync/notifier/mock_sync_notifier_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698