forked from pool/nodejs-electron
16 lines
433 B
Diff
16 lines
433 B
Diff
|
|
--- a/content/browser/attribution_reporting/aggregatable_attribution_utils.h
|
||
|
|
+++ b/content/browser/attribution_reporting/aggregatable_attribution_utils.h
|
||
|
|
@@ -9,11 +9,9 @@
|
||
|
|
#include <vector>
|
||
|
|
|
||
|
|
#include "content/common/content_export.h"
|
||
|
|
+#include "third_party/abseil-cpp/absl/numeric/int128.h"
|
||
|
|
#include "third_party/abseil-cpp/absl/types/optional.h"
|
||
|
|
|
||
|
|
-namespace absl {
|
||
|
|
-class uint128;
|
||
|
|
-} // namespace absl
|
||
|
|
|
||
|
|
namespace content {
|
||
|
|
|