blob: db45276cf537e28358c3cbbfb2f5953904ffd16a [file] [log] [blame]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "extensions/browser/active_install_data.h"
#include "extensions/buildflags/buildflags.h"
#include "extensions/common/extension_id.h"
static_assert(BUILDFLAG(ENABLE_EXTENSIONS_CORE));
namespace extensions {
ActiveInstallData::ActiveInstallData(const ExtensionId& extension_id)
: extension_id(extension_id) {}
} // namespace extensions