blob: 2ad74d2b370d05c1b5024e10ff17ed5250d9e67c [file] [log] [blame]
Avi Drissman4e1b7bc32022-09-15 14:03:501// Copyright 2018 The Chromium Authors
Xi Han4fbe7c32018-07-10 22:09:122// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "content/browser/startup_data_impl.h"
6
7namespace content {
8
9StartupDataImpl::StartupDataImpl() = default;
10
11StartupDataImpl::~StartupDataImpl() = default;
12
13} // namespace content