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

Unified Diff: components/invalidation/fake_invalidation_handler.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
« no previous file with comments | « components/invalidation/DEPS ('k') | components/invalidation/fake_invalidation_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/fake_invalidation_handler.h
diff --git a/sync/notifier/fake_invalidation_handler.h b/components/invalidation/fake_invalidation_handler.h
similarity index 85%
rename from sync/notifier/fake_invalidation_handler.h
rename to components/invalidation/fake_invalidation_handler.h
index 4203e6276749cd4a7c2dcf3786c3d0c61c4f70e4..e6d4c16742c4cf2fe6c472f3f637dc1078a4d751 100644
--- a/sync/notifier/fake_invalidation_handler.h
+++ b/components/invalidation/fake_invalidation_handler.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_NOTIFIER_FAKE_SYNC_NOTIFIER_OBSERVER_H_
-#define SYNC_NOTIFIER_FAKE_SYNC_NOTIFIER_OBSERVER_H_
+#ifndef COMPONENTS_INVALIDATION_FAKE_INVALIDATION_HANDLER_H_
+#define COMPONENTS_INVALIDATION_FAKE_INVALIDATION_HANDLER_H_
#include <string>
@@ -39,4 +39,4 @@ class FakeInvalidationHandler : public InvalidationHandler {
} // namespace syncer
-#endif // SYNC_NOTIFIER_FAKE_SYNC_NOTIFIER_OBSERVER_H_
+#endif // COMPONENTS_INVALIDATION_FAKE_INVALIDATION_HANDLER_H_
« no previous file with comments | « components/invalidation/DEPS ('k') | components/invalidation/fake_invalidation_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698