diff options
Diffstat (limited to 'chrome/browser/profile_manager_unittest.cc')
-rw-r--r-- | chrome/browser/profile_manager_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/profile_manager_unittest.cc b/chrome/browser/profile_manager_unittest.cc index 6e57a5d..24c3f0f 100644 --- a/chrome/browser/profile_manager_unittest.cc +++ b/chrome/browser/profile_manager_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -109,7 +109,7 @@ TEST_F(ProfileManagerTest, LoggedInProfileDir) { FilePath expected_logged_in(profile_dir); EXPECT_EQ(expected_logged_in.value(), profile_manager.GetCurrentProfileDir().value()); - LOG(INFO) << test_dir_.Append(profile_manager.GetCurrentProfileDir()).value(); + VLOG(1) << test_dir_.Append(profile_manager.GetCurrentProfileDir()).value(); } #endif |