Commit bf5cc480 authored by Carlos Caballero's avatar Carlos Caballero Committed by Commit Bot

Fix braces

Change-Id: I7d8acd5b10e2b19d8233f0ca9ece7cc4f26df827
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947723
Commit-Queue: Mike West <mkwst@chromium.org>
Reviewed-by: default avatarMike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720845}
parent 189e65b3
...@@ -127,9 +127,10 @@ class CookieStoreTest : public testing::Test { ...@@ -127,9 +127,10 @@ class CookieStoreTest : public testing::Test {
http_bar_com_("http://bar.com") { http_bar_com_("http://bar.com") {
// This test may be used outside of the net test suite, and thus may not // This test may be used outside of the net test suite, and thus may not
// have a task environment. // have a task environment.
if (!base::MessageLoopCurrent::Get()) if (!base::MessageLoopCurrent::Get()) {
task_environment_ = task_environment_ =
std::make_unique<base::test::SingleThreadTaskEnvironment>(); std::make_unique<base::test::SingleThreadTaskEnvironment>();
}
} }
// Helper methods for the asynchronous Cookie Store API that call the // Helper methods for the asynchronous Cookie Store API that call the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment