commit | 28338b8f64a41e332c9a2c9772d074409a43f022 | [log] [tgz] |
---|---|---|
author | Nigel Tao <[email protected]> | Tue Nov 27 21:40:37 2018 |
committer | Commit Bot <[email protected]> | Tue Nov 27 21:40:37 2018 |
tree | 88888c60385fd8a66d1267a56962a61f769cd11a | |
parent | 21eaf995826ea45ccc80aaa25cbf4a2e59453e59 [diff] [blame] |
Run clang-format This will lessen the code review noise in an upcoming commit. Change-Id: I4e933def4b6a10f45ce7545ce990c646a04a7aa4 Reviewed-on: https://chromium-review.googlesource.com/c/1349512 Reviewed-by: Drew Wilson <[email protected]> Commit-Queue: Nigel Tao <[email protected]> Cr-Commit-Position: refs/heads/master@{#611342}
diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h index a4c9002..9566270 100644 --- a/chrome/browser/background/background_contents_service.h +++ b/chrome/browser/background/background_contents_service.h
@@ -31,7 +31,7 @@ namespace base { class CommandLine; class DictionaryValue; -} +} // namespace base namespace content { class SessionStorageNamespace; @@ -40,7 +40,7 @@ namespace extensions { class Extension; class ExtensionRegistry; -} +} // namespace extensions namespace gfx { class Rect;