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

Unified Diff: sync/notifier/invalidator.h

Issue 377413003: Remove most remaining sync/notifier dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix win compile 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
« no previous file with comments | « sync/notifier/invalidation_handler.cc ('k') | sync/notifier/invalidator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/invalidator.h
diff --git a/sync/notifier/invalidator.h b/sync/notifier/invalidator.h
index 0ed26e2614ac705b6c7735afaba3851ae316a3d9..7a75fbb0aaa01148738ff8ca9ee370a0ae6c2052 100644
--- a/sync/notifier/invalidator.h
+++ b/sync/notifier/invalidator.h
@@ -11,6 +11,7 @@
#include <string>
+#include "base/callback.h"
#include "sync/base/sync_export.h"
#include "sync/internal_api/public/base/invalidator_state.h"
#include "sync/internal_api/public/base/model_type.h"
@@ -21,8 +22,8 @@ class InvalidationHandler;
class SYNC_EXPORT Invalidator {
public:
- Invalidator() {}
- virtual ~Invalidator() {}
+ Invalidator();
+ virtual ~Invalidator();
// Clients should follow the pattern below:
//
« no previous file with comments | « sync/notifier/invalidation_handler.cc ('k') | sync/notifier/invalidator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698