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

Unified Diff: sync/internal_api/public/base/ack_handler.h

Issue 387733004: Move sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add dep on dynamic_annotations (see crbug.com/392532) Created 6 years, 5 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: sync/internal_api/public/base/ack_handler.h
diff --git a/sync/notifier/ack_handler.h b/sync/internal_api/public/base/ack_handler.h
similarity index 86%
rename from sync/notifier/ack_handler.h
rename to sync/internal_api/public/base/ack_handler.h
index f1fc16fa702d294e5a96bb3188de3af85f3dc809..c5570295f3ae8624c982d78b641bf702e4497b15 100644
--- a/sync/notifier/ack_handler.h
+++ b/sync/internal_api/public/base/ack_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_ACK_HANDLER_H_
-#define SYNC_NOTIFIER_ACK_HANDLER_H_
+#ifndef SYNC_INTERNAL_API_PUBLIC_BASE_ACK_HANDLER_H_
+#define SYNC_INTERNAL_API_PUBLIC_BASE_ACK_HANDLER_H_
#include <vector>
@@ -39,4 +39,4 @@ class SYNC_EXPORT AckHandler {
} // namespace syncer
-#endif // SYNC_NOTIFIER_ACK_HANDLER_H_
+#endif // SYNC_INTERNAL_API_PUBLIC_BASE_ACK_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698