17 lines
673 B
C
17 lines
673 B
C
/* Copyright (c) 2025 The Brave Authors. All rights reserved.
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
* You can obtain one at https://mozilla.org/MPL/2.0/. */
|
|
|
|
#ifndef BRAVE_CHROMIUM_SRC_EXTENSIONS_BROWSER_EXTENSION_UTIL_H_
|
|
#define BRAVE_CHROMIUM_SRC_EXTENSIONS_BROWSER_EXTENSION_UTIL_H_
|
|
|
|
// This override is used to add convenience functions to avoid adding build
|
|
// dependencies.
|
|
|
|
#include <extensions/browser/extension_util.h> // IWYU pragma: export
|
|
|
|
#include "extensions/common/constants.h"
|
|
|
|
#endif // BRAVE_CHROMIUM_SRC_EXTENSIONS_BROWSER_EXTENSION_UTIL_H_
|