| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 3da13487c24334dcbb4023a6112f5df3f45606eb..68d310b4f54ce9e14a836cf58674d29d29768759 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -720,7 +720,7 @@ HostZoomMap* TestingProfile::GetHostZoomMap() {
|
| return NULL;
|
| }
|
|
|
| -bool TestingProfile::HasProfileSyncService() const {
|
| +bool TestingProfile::HasProfileSyncService() {
|
| return (profile_sync_service_.get() != NULL);
|
| }
|
|
|
|
|