// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/base/resource/scoped_startup_resource_bundle.h" #include <string> #include "base/command_line.h" #include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" #include "ui/base/ui_base_switches.h" namespace ui { ScopedStartupResourceBundle::ScopedStartupResourceBundle() { … } ScopedStartupResourceBundle::~ScopedStartupResourceBundle() { … } } // namespace ui