OLD | NEW |
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 Loading... |
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_ |
OLD | NEW |