diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 23:23:47 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 23:23:47 +0000 |
commit | ee5e3797e086af04cc8fc23ec32f8b7cc457da01 (patch) | |
tree | c3510eb56b5f3bd344e2b027200eb6d2087d7c2e /chrome/browser/profile_manager_unittest.cc | |
parent | 332c74a3af4ce2f33709f2e080b4a7f498759629 (diff) | |
download | chromium_src-ee5e3797e086af04cc8fc23ec32f8b7cc457da01.zip chromium_src-ee5e3797e086af04cc8fc23ec32f8b7cc457da01.tar.gz chromium_src-ee5e3797e086af04cc8fc23ec32f8b7cc457da01.tar.bz2 |
Fix a whole bunch of style nits.
(Long term intention is to add a subset of cpplint.py to the presubmit script.)
Review URL: http://codereview.chromium.org/276008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28914 0039d316-1c4b-4281-b951-d872f2087c98
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 b236f67..b4f328ed 100644 --- a/chrome/browser/profile_manager_unittest.cc +++ b/chrome/browser/profile_manager_unittest.cc @@ -13,7 +13,7 @@ #include "testing/gtest/include/gtest/gtest.h" class ProfileManagerTest : public testing::Test { -protected: + protected: virtual void SetUp() { // Name a subdirectory of the temp directory. ASSERT_TRUE(PathService::Get(base::DIR_TEMP, &test_dir_)); @@ -96,7 +96,7 @@ TEST_F(ProfileManagerTest, DISABLED_CreateAndUseTwoProfiles) { FilePath dest_path1 = test_dir_; dest_path1 = dest_path1.Append(FILE_PATH_LITERAL("New Profile 1")); - + FilePath dest_path2 = test_dir_; dest_path2 = dest_path2.Append(FILE_PATH_LITERAL("New Profile 2")); |