From 1943b3c2a1dcee36c233724fc4ee7613d71b9cf6 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 26 Oct 2021 13:57:00 +0200 Subject: BASELINE: Update Chromium to 94.0.4606.111 Change-Id: I924781584def20fc800bedf6ff41fdb96c438193 Reviewed-by: Allan Sandfeld Jensen --- chromium/ppapi/utility/completion_callback_factory.h | 2 +- chromium/ppapi/utility/completion_callback_factory_thread_traits.h | 6 +++--- chromium/ppapi/utility/graphics/paint_aggregator.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'chromium/ppapi/utility') diff --git a/chromium/ppapi/utility/completion_callback_factory.h b/chromium/ppapi/utility/completion_callback_factory.h index 973aae1e354..32798ba41d5 100644 --- a/chromium/ppapi/utility/completion_callback_factory.h +++ b/chromium/ppapi/utility/completion_callback_factory.h @@ -8,7 +8,7 @@ #include #include "ppapi/cpp/completion_callback.h" -#include "ppapi/utility/completion_callback_factory_thread_traits.h" +#include "ppapi/utility/completion_callback_factory_thread_traits.h" // nogncheck http://crbug.com/1228394 /// @file /// This file defines the API to create CompletionCallback objects that are diff --git a/chromium/ppapi/utility/completion_callback_factory_thread_traits.h b/chromium/ppapi/utility/completion_callback_factory_thread_traits.h index ac0b31a75c2..b4fdb9a6d39 100644 --- a/chromium/ppapi/utility/completion_callback_factory_thread_traits.h +++ b/chromium/ppapi/utility/completion_callback_factory_thread_traits.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef PPAPI_UTILITY_THREAD_SAFE_THREAD_TRAITS_H_ -#define PPAPI_UTILITY_THREAD_SAFE_THREAD_TRAITS_H_ +#ifndef PPAPI_UTILITY_COMPLETION_CALLBACK_FACTORY_THREAD_TRAITS_H_ +#define PPAPI_UTILITY_COMPLETION_CALLBACK_FACTORY_THREAD_TRAITS_H_ #include @@ -177,4 +177,4 @@ class NonThreadSafeThreadTraits { } // namespace pp -#endif // PPAPI_UTILITY_THREAD_SAFE_THREAD_TRAITS_H_ +#endif // PPAPI_UTILITY_COMPLETION_CALLBACK_FACTORY_THREAD_TRAITS_H_ diff --git a/chromium/ppapi/utility/graphics/paint_aggregator.h b/chromium/ppapi/utility/graphics/paint_aggregator.h index ba214de4d91..07a35b31bdb 100644 --- a/chromium/ppapi/utility/graphics/paint_aggregator.h +++ b/chromium/ppapi/utility/graphics/paint_aggregator.h @@ -171,4 +171,4 @@ class PaintAggregator { } // namespace pp -#endif // PPAPI_UTILITY_PAINT_AGGREGATOR_H_ +#endif // PPAPI_UTILITY_GRAPHICS_PAINT_AGGREGATOR_H_ -- cgit v1.2.1