blob: c0560d6fefe22cfb224b0066bf2926723bd2ee4e [file] [log] [blame]
// Copyright 2019 The Chromium OS 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/at_exit.h>
namespace arc {
namespace {
__attribute__((constructor)) void CreateAtExitManager() {
static base::AtExitManager at_exit;
}
} // namespace
} // namespace arc