 Chromium Code Reviews
 Chromium Code Reviews Issue 2867693004:
  Snapshot of all changes to get jumbo in blink and content.
    
  
    Issue 2867693004:
  Snapshot of all changes to get jumbo in blink and content. 
  | Index: content/public/test/unittest_test_suite.cc | 
| diff --git a/content/public/test/unittest_test_suite.cc b/content/public/test/unittest_test_suite.cc | 
| index 361236ed3cae39661f72c58ff1a481294fe06cda..c5f00d57af7db5da7740ca429581242b696944f1 100644 | 
| --- a/content/public/test/unittest_test_suite.cc | 
| +++ b/content/public/test/unittest_test_suite.cc | 
| @@ -17,6 +17,7 @@ | 
| #if defined(USE_X11) | 
| #include <X11/Xlib.h> | 
| +#undef None // Defined by X11/X.h to 0L which collides with other headers | 
| #endif | 
| namespace content { |