blob: 868fa955f665b34eb45b2e84744251807ee0c36b [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 "chrome/browser/extensions/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