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

Unified Diff: chrome/browser/printing/print_preview_unit_test_base.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
Index: chrome/browser/printing/print_preview_unit_test_base.cc
diff --git a/chrome/browser/printing/print_preview_unit_test_base.cc b/chrome/browser/printing/print_preview_unit_test_base.cc
index 0e70a03dfd304f53a43df9e3821680b53f78801b..0fb0e33b44ee93eeedbf1fcb1e1e6fd545e263ae 100644
--- a/chrome/browser/printing/print_preview_unit_test_base.cc
+++ b/chrome/browser/printing/print_preview_unit_test_base.cc
@@ -22,7 +22,7 @@ void PrintPreviewUnitTestBase::SetUp() {
testing_local_state_->SetUserPref(prefs::kPrintPreviewDisabled,
Value::CreateBooleanValue(false));
- browser::RegisterLocalState(testing_local_state_.get());
+ chrome::RegisterLocalState(testing_local_state_.get());
TestingBrowserProcess* testing_browser_process =
static_cast<TestingBrowserProcess*>(g_browser_process);
EXPECT_FALSE(testing_browser_process->local_state());
« no previous file with comments | « chrome/browser/prefs/proxy_policy_unittest.cc ('k') | chrome/browser/profiles/off_the_record_profile_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698