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/tab_ui_helper_browsertest.cc b/chrome/browser/ui/tab_ui_helper_browsertest.cc index cdccfba..20c00bc 100644 --- a/chrome/browser/ui/tab_ui_helper_browsertest.cc +++ b/chrome/browser/ui/tab_ui_helper_browsertest.cc
@@ -2,8 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/tab_ui_helper.h" + +#include "chrome/browser/ui/browser.h" #include "chrome/test/base/in_process_browser_test.h" #include "chrome/test/base/ui_test_utils.h" #include "content/public/browser/web_contents.h"