diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-22 22:40:37 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-22 22:40:37 +0000 |
commit | ba12f8f8918257976d4f7026088f4e13c07378e3 (patch) | |
tree | 0d5b6c1d8345cfb64c81ef36f60320dff1a45018 /chrome/common | |
parent | 092512aa654be9e75fbc64d1bacd33d2afd69399 (diff) | |
download | chromium_src-ba12f8f8918257976d4f7026088f4e13c07378e3.zip chromium_src-ba12f8f8918257976d4f7026088f4e13c07378e3.tar.gz chromium_src-ba12f8f8918257976d4f7026088f4e13c07378e3.tar.bz2 |
Add pref_service_unittest.cc on Mac.
Needed to remove the anonymous namespace because Mac's gcc complains
about friend trying to poke through anonymous namespaces.
Review URL: http://codereview.chromium.org/93043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/pref_service_unittest.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/pref_service_unittest.cc b/chrome/common/pref_service_unittest.cc index 7f4fa97..c6c39aa 100644 --- a/chrome/common/pref_service_unittest.cc +++ b/chrome/common/pref_service_unittest.cc @@ -13,8 +13,6 @@ #include "chrome/test/data/resource.h" #include "testing/gtest/include/gtest/gtest.h" -namespace { - class PrefServiceTest : public testing::Test { protected: virtual void SetUp() { @@ -79,8 +77,6 @@ class TestPrefObserver : public NotificationObserver { std::wstring new_pref_value_; }; -} // anonymous namespace - // This test is disabled. See issue 8339. TEST_F(PrefServiceTest, Basic) { PrefService prefs; |