13 lines
328 B
C++
13 lines
328 B
C++
// Copyright (c) 2018 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.
|
|
|
|
#include "base/task/test_task_traits_extension.h"
|
|
|
|
namespace base {
|
|
|
|
// static
|
|
constexpr uint8_t TestTaskTraitsExtension::kExtensionId;
|
|
|
|
} // namespace base
|