| Index: chrome/browser/ui/app_list/search/people/people_result.h
|
| diff --git a/chrome/browser/ui/app_list/search/people/people_result.h b/chrome/browser/ui/app_list/search/people/people_result.h
|
| index 2381f980253e3dbf89a1958a2216401e6eea581c..d6d2ea85cf5298d1dee7cbdaf572e54cf4ee2105 100644
|
| --- a/chrome/browser/ui/app_list/search/people/people_result.h
|
| +++ b/chrome/browser/ui/app_list/search/people/people_result.h
|
| @@ -46,11 +46,12 @@ class PeopleResult : public ChromeSearchResult {
|
| scoped_ptr<Person> person_;
|
|
|
| gfx::ImageSkia image_;
|
| - base::WeakPtrFactory<PeopleResult> weak_factory_;
|
|
|
| // Caches the id of the hangouts extension.
|
| std::string hangouts_extension_id_;
|
|
|
| + base::WeakPtrFactory<PeopleResult> weak_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(PeopleResult);
|
| };
|
|
|
|
|