commit | a48632411d7e7263e8fd4d273d24a80f668b73ec | [log] [tgz] |
---|---|---|
author | Peter Kasting <[email protected]> | Mon Dec 23 00:19:43 2024 |
committer | Chromium LUCI CQ <[email protected]> | Mon Dec 23 00:19:43 2024 |
tree | e31225599ce286395c722caab0651b697c0dc15f | |
parent | fa68830d06c2b4c5fe531fd64062d5d7075cdf71 [diff] [blame] |
[cleanup] clang-format chrome/browser/ui. Produced with: find chrome/browser/ui -name "*.cc" -o -name "*.h" -o -name "*.mm" | xargs clang-format -i [email protected] NO_IFTTT=Reformat only Bug: none Change-Id: I9b1851a0666f0386f34e47f4592f4460a9486d0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6117306 Reviewed-by: Peter Boström <[email protected]> Commit-Queue: Peter Boström <[email protected]> Owners-Override: Peter Boström <[email protected]> Cr-Commit-Position: refs/heads/main@{#1399675}
diff --git a/chrome/browser/ui/ash/clipboard/clipboard_util.cc b/chrome/browser/ui/ash/clipboard/clipboard_util.cc index 5ff436bc..d4bee1c 100644 --- a/chrome/browser/ui/ash/clipboard/clipboard_util.cc +++ b/chrome/browser/ui/ash/clipboard/clipboard_util.cc
@@ -5,6 +5,7 @@ #include "chrome/browser/ui/ash/clipboard/clipboard_util.h" #include <stdint.h> + #include <memory> #include <vector>