summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/chrome.gyp1
-rw-r--r--chrome/common/pref_service_unittest.cc4
2 files changed, 0 insertions, 5 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 424ec2b..f392323 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2337,7 +2337,6 @@
'browser/gtk/tabs/tab_renderer_gtk_unittest.cc',
'browser/navigation_controller_unittest.cc',
'browser/sessions/session_service_test_helper.cc',
- 'common/pref_service_unittest.cc',
'renderer/render_view_unittest.cc',
'test/test_notification_tracker.cc',
'test/test_notification_tracker.h',
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;