// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_OPTIMIZATION_GUIDE_CORE_OPTIMIZATION_GUIDE_SWITCHES_H_ #define COMPONENTS_OPTIMIZATION_GUIDE_CORE_OPTIMIZATION_GUIDE_SWITCHES_H_ #include <memory> #include <optional> #include <string> #include <vector> #include "base/component_export.h" #include "base/files/file_path.h" #include "base/time/time.h" #include "components/optimization_guide/proto/models.pb.h" namespace optimization_guide { namespace proto { class Configuration; } // namespace proto switches // namespace switches } // namespace optimization_guide #endif // COMPONENTS_OPTIMIZATION_GUIDE_CORE_OPTIMIZATION_GUIDE_SWITCHES_H_