 Chromium Code Reviews
 Chromium Code Reviews Issue 1852953002:
  Fix a bunch of IWYU violators that don't include scoped_ptr.h  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1852953002:
  Fix a bunch of IWYU violators that don't include scoped_ptr.h  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h | 
| diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h | 
| index aaee4c8867a14cce587bf173bea882b3a16160d9..f65e76034bdb9cf2bcec87dcc815a44c0281e28b 100644 | 
| --- a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h | 
| +++ b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h | 
| @@ -10,6 +10,7 @@ | 
| #include <set> | 
| #include <vector> | 
| +#include "base/memory/scoped_ptr.h" | 
| #include "base/memory/weak_ptr.h" | 
| #include "content/public/browser/bluetooth_chooser.h" |