blob: b53709ee5eead22737a85ee71a4041c5a091f41e [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_SYNC_GLUE_INVALIDATION_HELPER_H_
#define CHROME_BROWSER_SYNC_GLUE_INVALIDATION_HELPER_H_
#include "components/invalidation/invalidation_util.h"
#include "google/cacheinvalidation/include/types.h"
#include "sync/internal_api/public/base/model_type.h"
namespace syncer {
bool RealModelTypeToObjectId(ModelType model_type,
invalidation::ObjectId* object_id);
ObjectIdSet ModelTypeSetToObjectIdSet(ModelTypeSet model_types);
}
#endif // CHROME_BROWSER_SYNC_GLUE_INVALIDATION_HELPER_H_