| Index: chrome/test/base/testing_pref_service.cc
|
| diff --git a/chrome/test/base/testing_pref_service.cc b/chrome/test/base/testing_pref_service.cc
|
| index d3d4791f1bbbfe2b4e143d2d1ce9a604663d16b4..15eac1383db0c21a2556abdabdbe43a079e627cb 100644
|
| --- a/chrome/test/base/testing_pref_service.cc
|
| +++ b/chrome/test/base/testing_pref_service.cc
|
| @@ -114,7 +114,7 @@ TestingPrefService::~TestingPrefService() {
|
| ScopedTestingLocalState::ScopedTestingLocalState(
|
| TestingBrowserProcess* browser_process)
|
| : browser_process_(browser_process) {
|
| - browser::RegisterLocalState(&local_state_);
|
| + chrome::RegisterLocalState(&local_state_);
|
| EXPECT_FALSE(browser_process->local_state());
|
| browser_process->SetLocalState(&local_state_);
|
| }
|
|
|