Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2371)

Unified Diff: chrome/browser/content_settings/content_settings_pref_provider_unittest.cc

Issue 10698111: browser: Move more files into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/extensions/apps_promo_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/content_settings/content_settings_pref_provider_unittest.cc
diff --git a/chrome/browser/content_settings/content_settings_pref_provider_unittest.cc b/chrome/browser/content_settings/content_settings_pref_provider_unittest.cc
index f9444ca4ef59f2a025bd1b2fa8ef41a23232e3d4..caa7d523445f82372249f4727983ca81b651ccac 100644
--- a/chrome/browser/content_settings/content_settings_pref_provider_unittest.cc
+++ b/chrome/browser/content_settings/content_settings_pref_provider_unittest.cc
@@ -156,12 +156,12 @@ TEST_F(PrefProviderTest, Incognito) {
PrefService* regular_prefs = builder.WithUserPrefs(user_prefs).Create();
Profile::RegisterUserPrefs(regular_prefs);
- browser::RegisterUserPrefs(regular_prefs);
+ chrome::RegisterUserPrefs(regular_prefs);
PrefService* otr_prefs = builder.WithUserPrefs(otr_user_prefs).Create();
Profile::RegisterUserPrefs(otr_prefs);
- browser::RegisterUserPrefs(otr_prefs);
+ chrome::RegisterUserPrefs(otr_prefs);
TestingProfile profile;
TestingProfile* otr_profile = new TestingProfile;
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/extensions/apps_promo_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698