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

Unified Diff: components/invalidation/fake_invalidation_handler.h

Issue 315433002: Retry: Move some sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo gyp hack Created 6 years, 6 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 985de50fb5ce7999f2082f07d6eeae6d3c15733d..611f02c280e91c035df74b3d267561f47b765824 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