summaryrefslogtreecommitdiff
path: root/chromium/services
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-09-02 13:53:59 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-12-03 17:29:48 +0100
commitad98379f29f28204e90b6f4c3950dd7a499e9923 (patch)
treeecd8b0dd1d74f1c7d9b149356bf15b4b926b55a3 /chromium/services
parent60557981cc8d4a7f5286317711989c0b0e0400bf (diff)
downloadqtwebengine-chromium-ad98379f29f28204e90b6f4c3950dd7a499e9923.tar.gz
Post 77-merge and 79-merge fixups
Change-Id: I5f59c43bf26109d8148fc8347008b4d05cd1508b Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io> Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'chromium/services')
-rw-r--r--chromium/services/resource_coordinator/memory_instrumentation/aggregate_metrics_processor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/services/resource_coordinator/memory_instrumentation/aggregate_metrics_processor.cc b/chromium/services/resource_coordinator/memory_instrumentation/aggregate_metrics_processor.cc
index ee9ad43a829..ce49522350d 100644
--- a/chromium/services/resource_coordinator/memory_instrumentation/aggregate_metrics_processor.cc
+++ b/chromium/services/resource_coordinator/memory_instrumentation/aggregate_metrics_processor.cc
@@ -8,7 +8,6 @@
#include <string>
#include <vector>
-#include "base/android/library_loader/anchor_functions.h"
#include "base/android/library_loader/anchor_functions_buildflags.h"
#include "base/bits.h"
#include "base/command_line.h"
@@ -21,6 +20,7 @@
#include "services/resource_coordinator/public/cpp/memory_instrumentation/global_memory_dump.h"
#if BUILDFLAG(SUPPORTS_CODE_ORDERING)
+#include "base/android/library_loader/anchor_functions.h"
namespace {