[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 {