Skip to content

Commit

Permalink
fixup! [cr135] flags_ui moved under //components/webui/
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin committed Feb 10, 2025
1 parent 557e8a6 commit cd90ed8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chromium_src/components/webui/flags/flags_state.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* Copyright (c) 2020 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 http://mozilla.org/MPL/2.0/. */
* You can obtain one at https://mozilla.org/MPL/2.0/. */

#ifndef BRAVE_CHROMIUM_SRC_COMPONENTS_FLAGS_UI_FLAGS_STATE_H_
#define BRAVE_CHROMIUM_SRC_COMPONENTS_FLAGS_UI_FLAGS_STATE_H_
#ifndef BRAVE_CHROMIUM_SRC_COMPONENTS_WEBUI_FLAGS_FLAGS_STATE_H_
#define BRAVE_CHROMIUM_SRC_COMPONENTS_WEBUI_FLAGS_FLAGS_STATE_H_

#define GetFlagFeatureEntries(...) \
GetFlagFeatureEntries(__VA_ARGS__); \
Expand All @@ -16,4 +16,4 @@

#undef GetFlagFeatureEntries

#endif // BRAVE_CHROMIUM_SRC_COMPONENTS_FLAGS_UI_FLAGS_STATE_H_
#endif // BRAVE_CHROMIUM_SRC_COMPONENTS_WEBUI_FLAGS_FLAGS_STATE_H_

0 comments on commit cd90ed8

Please sign in to comment.