Chromium Code Reviews| Index: content/public/browser/web_contents_user_data.h |
| diff --git a/content/public/browser/web_contents_user_data.h b/content/public/browser/web_contents_user_data.h |
| index e737ff30edb0e36df3f207aa1692f6acac08d178..663711508c266a77a641803884cd3fee543d3a09 100644 |
| --- a/content/public/browser/web_contents_user_data.h |
| +++ b/content/public/browser/web_contents_user_data.h |
| @@ -23,7 +23,7 @@ namespace content { |
| // explicit FooTabHelper(content::WebContents* contents); |
| // friend class content::WebContentsUserData<FooTabHelper>; |
| // // ... more private stuff here ... |
| -// } |
| +// }; |
|
Avi (use Gerrit)
2014/05/20 14:41:39
This is correct but doesn't belong in this CL.
|
| // --- in foo_tab_helper.cc --- |
| // DEFINE_WEB_CONTENTS_USER_DATA_KEY(FooTabHelper); |
| // |