chromium/third_party/blink/common/cache_storage/cache_storage_utils.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/public/common/cache_storage/cache_storage_utils.h"

#include "base/atomic_sequence_num.h"
#include "base/process/process_handle.h"

namespace blink {
namespace cache_storage {

int64_t CreateTraceId() {}

}  // namespace cache_storage
}  // namespace blink