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

Side by Side Diff: trunk/src/chrome/browser/invalidation/invalidation_frontend.h

Issue 17610004: Revert 208315 "Make use of InvalidationService" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_INVALIDATION_INVALIDATION_FRONTEND_H_ 5 #ifndef CHROME_BROWSER_INVALIDATION_INVALIDATION_FRONTEND_H_
6 #define CHROME_BROWSER_INVALIDATION_INVALIDATION_FRONTEND_H_ 6 #define CHROME_BROWSER_INVALIDATION_INVALIDATION_FRONTEND_H_
7 7
8 #include "sync/notifier/invalidation_util.h" 8 #include "sync/notifier/invalidation_util.h"
9 #include "sync/notifier/invalidator_state.h" 9 #include "sync/notifier/invalidator_state.h"
10 10
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 // the updated state. 86 // the updated state.
87 virtual syncer::InvalidatorState GetInvalidatorState() const = 0; 87 virtual syncer::InvalidatorState GetInvalidatorState() const = 0;
88 88
89 protected: 89 protected:
90 virtual ~InvalidationFrontend() { } 90 virtual ~InvalidationFrontend() { }
91 }; 91 };
92 92
93 } // namespace invalidation 93 } // namespace invalidation
94 94
95 #endif // CHROME_BROWSER_INVALIDATION_INVALIDATION_FRONTEND_H_ 95 #endif // CHROME_BROWSER_INVALIDATION_INVALIDATION_FRONTEND_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698