 Chromium Code Reviews
 Chromium Code Reviews Issue 2655393004:
  Make ResourceScheduler work in OOPIF  (Closed)
    
  
    Issue 2655393004:
  Make ResourceScheduler work in OOPIF  (Closed) 
  | Index: content/browser/site_per_process_browsertest.h | 
| diff --git a/content/browser/site_per_process_browsertest.h b/content/browser/site_per_process_browsertest.h | 
| index 32861ec6d3978e1139d0bd3201b34c1e2aa1f9b7..c6901e476eb0cc70d52bd90dfd2747033ad00296 100644 | 
| --- a/content/browser/site_per_process_browsertest.h | 
| +++ b/content/browser/site_per_process_browsertest.h | 
| @@ -7,6 +7,8 @@ | 
| #include <string> | 
| +#include "base/callback.h" | 
| 
Charlie Harrison
2017/01/31 20:19:32
removed this
 | 
| +#include "base/macros.h" | 
| #include "content/browser/web_contents/web_contents_impl.h" | 
| #include "content/public/test/content_browser_test.h" | 
| #include "content/shell/browser/shell.h" | 
| @@ -33,6 +35,8 @@ class SitePerProcessBrowserTest : public ContentBrowserTest { | 
| private: | 
| FrameTreeVisualizer visualizer_; | 
| + | 
| + DISALLOW_COPY_AND_ASSIGN(SitePerProcessBrowserTest); | 
| }; | 
| } // namespace content |