// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/sync/base/progress_marker_map.h" #include "base/base64.h" #include "base/json/json_writer.h" #include "base/json/string_escape.h" #include "base/values.h" namespace syncer { base::Value::Dict ProgressMarkerMapToValueDict( const ProgressMarkerMap& marker_map) { … } } // namespace syncer