chromium/components/download/database/download_namespace.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 "components/download/database/download_namespace.h"

namespace download {

namespace {
const char kBrowserDownloadNamespace[] =;
const char kUnknownNamespace[] =;
}  // namespace

std::string DownloadNamespaceToString(DownloadNamespace download_namespace) {}

DownloadNamespace DownloadNamespaceFromString(
    const std::string& namespace_string) {}

}  // namespace download