summaryrefslogtreecommitdiff
path: root/chromium/ppapi/utility
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-10-26 13:57:00 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-11-02 11:31:01 +0000
commit1943b3c2a1dcee36c233724fc4ee7613d71b9cf6 (patch)
tree8c1b5f12357025c197da5427ae02cfdc2f3570d6 /chromium/ppapi/utility
parent21ba0c5d4bf8fba15dddd97cd693bad2358b77fd (diff)
downloadqtwebengine-chromium-1943b3c2a1dcee36c233724fc4ee7613d71b9cf6.tar.gz
BASELINE: Update Chromium to 94.0.4606.111
Change-Id: I924781584def20fc800bedf6ff41fdb96c438193 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/ppapi/utility')
-rw-r--r--chromium/ppapi/utility/completion_callback_factory.h2
-rw-r--r--chromium/ppapi/utility/completion_callback_factory_thread_traits.h6
-rw-r--r--chromium/ppapi/utility/graphics/paint_aggregator.h2
3 files changed, 5 insertions, 5 deletions
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 <stdint.h>
#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 <stdint.h>
@@ -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_