| Index: chrome/browser/history/android/android_provider_backend_unittest.cc
|
| diff --git a/chrome/browser/history/android/android_provider_backend_unittest.cc b/chrome/browser/history/android/android_provider_backend_unittest.cc
|
| index 560940790751f75fc5303abcdb54af6769e4fb78..399ccf956253d14df49035b713b4039ad82c0c70 100644
|
| --- a/chrome/browser/history/android/android_provider_backend_unittest.cc
|
| +++ b/chrome/browser/history/android/android_provider_backend_unittest.cc
|
| @@ -188,7 +188,7 @@ class AndroidProviderBackendTest : public testing::Test {
|
|
|
| // Get the BookmarkModel from LastUsedProfile, this is the same way that
|
| // how the BookmarkModelSQLHandler gets the BookmarkModel.
|
| - Profile* profile = ProfileManager::GetLastUsedProfile();
|
| + Profile* profile = profile_manager_.GetLastUsedProfile();
|
| ASSERT_TRUE(profile);
|
|
|
| // Setup the database directory and files.
|
|
|