summaryrefslogtreecommitdiff
path: root/chromium/components/page_image_annotation
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-11-28 16:14:41 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-12-13 15:19:41 +0000
commit61d9742824d54be5693191fe502325a909feca59 (patch)
treecbf28e779b11338fe52eb75b915684cd8955542c /chromium/components/page_image_annotation
parent45f9ded08bb7526984b24ccb5a5327aaf6821676 (diff)
downloadqtwebengine-chromium-61d9742824d54be5693191fe502325a909feca59.tar.gz
BASELINE: Update Chromium to 108.0.5359.70
Change-Id: I77334ff232b819600f275bd3cfe41fbaa3619230 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/445904 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/page_image_annotation')
-rw-r--r--chromium/components/page_image_annotation/content/renderer/BUILD.gn2
-rw-r--r--chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver.cc2
-rw-r--r--chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver.h2
-rw-r--r--chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver_unittest.cc2
-rw-r--r--chromium/components/page_image_annotation/core/BUILD.gn2
-rw-r--r--chromium/components/page_image_annotation/core/page_annotator.cc2
-rw-r--r--chromium/components/page_image_annotation/core/page_annotator.h2
-rw-r--r--chromium/components/page_image_annotation/core/page_annotator_unittest.cc2
8 files changed, 8 insertions, 8 deletions
diff --git a/chromium/components/page_image_annotation/content/renderer/BUILD.gn b/chromium/components/page_image_annotation/content/renderer/BUILD.gn
index 78a150d837d..7d502c69157 100644
--- a/chromium/components/page_image_annotation/content/renderer/BUILD.gn
+++ b/chromium/components/page_image_annotation/content/renderer/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2019 The Chromium Authors. All rights reserved.
+# 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.
diff --git a/chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver.cc b/chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver.cc
index 2b3eb4cb3ad..be326040a87 100644
--- a/chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver.cc
+++ b/chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver.cc
@@ -1,4 +1,4 @@
-// Copyright 2019 The Chromium Authors. All rights reserved.
+// 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.
diff --git a/chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver.h b/chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver.h
index b807667f3ed..5576689c4eb 100644
--- a/chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver.h
+++ b/chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver.h
@@ -1,4 +1,4 @@
-// Copyright 2019 The Chromium Authors. All rights reserved.
+// 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.
diff --git a/chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver_unittest.cc b/chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver_unittest.cc
index 7959ffe6285..b5927dc4de4 100644
--- a/chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver_unittest.cc
+++ b/chromium/components/page_image_annotation/content/renderer/content_page_annotator_driver_unittest.cc
@@ -1,4 +1,4 @@
-// Copyright 2019 The Chromium Authors. All rights reserved.
+// 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.
diff --git a/chromium/components/page_image_annotation/core/BUILD.gn b/chromium/components/page_image_annotation/core/BUILD.gn
index 74799c09d7c..4c3b6dfce66 100644
--- a/chromium/components/page_image_annotation/core/BUILD.gn
+++ b/chromium/components/page_image_annotation/core/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2019 The Chromium Authors. All rights reserved.
+# 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.
diff --git a/chromium/components/page_image_annotation/core/page_annotator.cc b/chromium/components/page_image_annotation/core/page_annotator.cc
index 803bfbb5442..079b9ea84a2 100644
--- a/chromium/components/page_image_annotation/core/page_annotator.cc
+++ b/chromium/components/page_image_annotation/core/page_annotator.cc
@@ -1,4 +1,4 @@
-// Copyright 2019 The Chromium Authors. All rights reserved.
+// 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.
diff --git a/chromium/components/page_image_annotation/core/page_annotator.h b/chromium/components/page_image_annotation/core/page_annotator.h
index c43e48b865d..d6b6fe10352 100644
--- a/chromium/components/page_image_annotation/core/page_annotator.h
+++ b/chromium/components/page_image_annotation/core/page_annotator.h
@@ -1,4 +1,4 @@
-// Copyright 2019 The Chromium Authors. All rights reserved.
+// 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.
diff --git a/chromium/components/page_image_annotation/core/page_annotator_unittest.cc b/chromium/components/page_image_annotation/core/page_annotator_unittest.cc
index 07f8e2b3daf..53417003611 100644
--- a/chromium/components/page_image_annotation/core/page_annotator_unittest.cc
+++ b/chromium/components/page_image_annotation/core/page_annotator_unittest.cc
@@ -1,4 +1,4 @@
-// Copyright 2019 The Chromium Authors. All rights reserved.
+// 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.