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

Unified Diff: components/invalidation/fake_invalidator.h

Issue 294123004: Move some sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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
Index: components/invalidation/fake_invalidator.h
diff --git a/sync/notifier/fake_invalidator.h b/components/invalidation/fake_invalidator.h
similarity index 88%
rename from sync/notifier/fake_invalidator.h
rename to components/invalidation/fake_invalidator.h
index c94f82fbf1c52f5c3ef07afbbf900afb4fb4b6e1..8ed08c4d43168add1580e40eee0a657ce912b2b9 100644
--- a/sync/notifier/fake_invalidator.h
+++ b/components/invalidation/fake_invalidator.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_NOTIFIER_FAKE_INVALIDATOR_H_
-#define SYNC_NOTIFIER_FAKE_INVALIDATOR_H_
+#ifndef COMPONENTS_INVALIDATION_FAKE_INVALIDATOR_H_
+#define COMPONENTS_INVALIDATION_FAKE_INVALIDATOR_H_
#include <string>
#include "base/callback_forward.h"
#include "base/compiler_specific.h"
+#include "components/invalidation/invalidator_registrar.h"
#include "sync/notifier/invalidation_util.h"
#include "sync/notifier/invalidator.h"
-#include "sync/notifier/invalidator_registrar.h"
namespace syncer {
@@ -50,4 +50,4 @@ class FakeInvalidator : public Invalidator {
} // namespace syncer
-#endif // SYNC_NOTIFIER_FAKE_INVALIDATOR_H_
+#endif // COMPONENTS_INVALIDATION_FAKE_INVALIDATOR_H_
« no previous file with comments | « components/invalidation/fake_invalidation_state_tracker.cc ('k') | components/invalidation/fake_invalidator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698