// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SYNC_BASE_SYNC_INVALIDATION_H_ #define COMPONENTS_SYNC_BASE_SYNC_INVALIDATION_H_ #include <stdint.h> #include <string> namespace syncer { // An interface that wraps sync's interactions with the component that provides // it with invalidations. class SyncInvalidation { … }; } // namespace syncer #endif // COMPONENTS_SYNC_BASE_SYNC_INVALIDATION_H_