chromium/components/sync/base/report_unrecoverable_error.cc

// 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/report_unrecoverable_error.h"

#include "base/debug/dump_without_crashing.h"
#include "base/rand_util.h"

namespace syncer {

void ReportUnrecoverableError(version_info::Channel channel) {}

}  // namespace syncer