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/webui/help/version_updater_basic.cc b/chrome/browser/ui/webui/help/version_updater_basic.cc index 753c402..ebcef56 100644 --- a/chrome/browser/ui/webui/help/version_updater_basic.cc +++ b/chrome/browser/ui/webui/help/version_updater_basic.cc
@@ -2,11 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "chrome/browser/ui/webui/help/version_updater.h" - #include <memory> #include <string> +#include "chrome/browser/ui/webui/help/version_updater.h" #include "chrome/browser/upgrade_detector/upgrade_detector.h" namespace {