Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jumde committed May 8, 2019
1 parent 16c8793 commit 3807574
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions browser/profiles/brave_profile_manager_unittest.cc
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
/* Copyright (c) 2019 The Brave Authors. All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "brave/browser/profiles/brave_profile_manager.h"

#include <string>
#include <memory>

#include "base/files/file_path.h"
#include "base/files/scoped_temp_dir.h"
Expand Down Expand Up @@ -58,7 +60,6 @@ class BraveProfileManagerTest : public testing::Test {
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
TestingBrowserProcess::GetGlobal()->SetProfileManager(
new TorUnittestProfileManager(temp_dir_.GetPath()));

}

void TearDown() override {
Expand Down Expand Up @@ -191,3 +192,4 @@ TEST_F(BraveProfileManagerTest, CreateProfilesAsync) {

content::RunAllTasksUntilIdle();
}

0 comments on commit 3807574

Please sign in to comment.