| Index: content/public/test/test_browser_context.cc
 | 
| diff --git a/content/public/test/test_browser_context.cc b/content/public/test/test_browser_context.cc
 | 
| index 0929df4e0023835d6b22d316409d0d4ef8580042..3901e7d4203e376cec85d186bd6664cf7a5dae47 100644
 | 
| --- a/content/public/test/test_browser_context.cc
 | 
| +++ b/content/public/test/test_browser_context.cc
 | 
| @@ -84,7 +84,7 @@ std::unique_ptr<ZoomLevelDelegate> TestBrowserContext::CreateZoomLevelDelegate(
 | 
|  }
 | 
|  
 | 
|  bool TestBrowserContext::IsOffTheRecord() const {
 | 
| -  return false;
 | 
| +  return is_off_the_record_;
 | 
|  }
 | 
|  
 | 
|  DownloadManagerDelegate* TestBrowserContext::GetDownloadManagerDelegate() {
 | 
| 
 |