| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 17ae2c7c5feca89dca38e1af358f70fe79fee2ba..1c31d1659b365817d80cc16b964348b140a5cc0d 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -719,7 +719,7 @@ HostZoomMap* TestingProfile::GetHostZoomMap() {
|
| return NULL;
|
| }
|
|
|
| -bool TestingProfile::HasProfileSyncService() const {
|
| +bool TestingProfile::HasProfileSyncService() {
|
| return (profile_sync_service_.get() != NULL);
|
| }
|
|
|
|
|