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

Unified Diff: sync/notifier/invalidation_handler.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/internal_api/test/fake_sync_manager.cc ('k') | sync/notifier/invalidation_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/invalidation_handler.h
diff --git a/sync/notifier/invalidation_handler.h b/sync/notifier/invalidation_handler.h
index a999cf6cb9e208edafae5b785feebfa0c51c1369..9cd41fe199b5cb1825e1fad93e4e3b4f7d6995dc 100644
--- a/sync/notifier/invalidation_handler.h
+++ b/sync/notifier/invalidation_handler.h
@@ -5,6 +5,8 @@
#ifndef SYNC_NOTIFIER_INVALIDATION_HANDLER_H_
#define SYNC_NOTIFIER_INVALIDATION_HANDLER_H_
+#include <string>
+
#include "sync/base/sync_export.h"
#include "sync/internal_api/public/base/invalidator_state.h"
@@ -14,6 +16,8 @@ class ObjectIdInvalidationMap;
class SYNC_EXPORT InvalidationHandler {
public:
+ InvalidationHandler();
+
// Called when the invalidator state changes.
virtual void OnInvalidatorStateChange(InvalidatorState state) = 0;
@@ -26,7 +30,7 @@ class SYNC_EXPORT InvalidationHandler {
virtual std::string GetOwnerName() const = 0;
protected:
- virtual ~InvalidationHandler() {}
+ virtual ~InvalidationHandler();
};
} // namespace syncer
« no previous file with comments | « sync/internal_api/test/fake_sync_manager.cc ('k') | sync/notifier/invalidation_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698