| Index: chrome/browser/sync/test/integration/autofill_helper.h
|
| ===================================================================
|
| --- chrome/browser/sync/test/integration/autofill_helper.h (revision 136024)
|
| +++ chrome/browser/sync/test/integration/autofill_helper.h (working copy)
|
| @@ -11,6 +11,7 @@
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/memory/ref_counted.h"
|
| #include "base/string16.h"
|
| #include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
|
|
|
| @@ -31,7 +32,7 @@
|
| };
|
|
|
| // Used to access the web data service within a particular sync profile.
|
| -WebDataService* GetWebDataService(int index) WARN_UNUSED_RESULT;
|
| +scoped_refptr<WebDataService> GetWebDataService(int index) WARN_UNUSED_RESULT;
|
|
|
| // Used to access the personal data manager within a particular sync profile.
|
| PersonalDataManager* GetPersonalDataManager(int index) WARN_UNUSED_RESULT;
|
|
|