| Index: chrome/browser/ui/tab_contents/tab_contents.h
 | 
| diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h
 | 
| index 5475bb5472d659e21d1ed6a061b2eb5940463d04..9b3f437cd454d3e8d3d51dd6db834842c65858ba 100644
 | 
| --- a/chrome/browser/ui/tab_contents/tab_contents.h
 | 
| +++ b/chrome/browser/ui/tab_contents/tab_contents.h
 | 
| @@ -7,6 +7,7 @@
 | 
|  
 | 
|  #include "base/basictypes.h"
 | 
|  #include "base/compiler_specific.h"
 | 
| +#include "base/gtest_prod_util.h"
 | 
|  #include "base/memory/ref_counted.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "content/public/browser/web_contents_observer.h"
 | 
| @@ -140,6 +141,7 @@ class TabContents : public content::WebContentsObserver {
 | 
|      friend class WebIntentPickerCocoa;
 | 
|      friend class WebIntentPickerGtk;
 | 
|      friend class WebUITestContentsCreator;
 | 
| +    FRIEND_TEST_ALL_PREFIXES(SessionRestoreTest, SessionStorageAfterTabReplace);
 | 
|  
 | 
|      static TabContents* CreateTabContents(content::WebContents* contents);
 | 
|      static TabContents* CloneTabContents(TabContents* contents);
 | 
| 
 |