| Index: net/test/scoped_disable_exit_on_dfatal.h
 | 
| diff --git a/net/test/scoped_disable_exit_on_dfatal.h b/net/test/scoped_disable_exit_on_dfatal.h
 | 
| index d536fbcce63f0f9677b3bb2cfcf8fa91485d2d2e..33f06e3bc59ce534f786ba33ef58284938d6be83 100644
 | 
| --- a/net/test/scoped_disable_exit_on_dfatal.h
 | 
| +++ b/net/test/scoped_disable_exit_on_dfatal.h
 | 
| @@ -6,13 +6,13 @@
 | 
|  #define NET_TEST_SCOPED_DISABLE_EXIT_ON_DFATAL_H_
 | 
|  
 | 
|  #include "base/logging.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "testing/gmock/include/gmock/gmock.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
|  namespace net {
 | 
|  namespace test {
 | 
|  
 | 
| -
 | 
|  // The ScopedDisableExitOnDFatal class is used to disable exiting the
 | 
|  // program when we encounter a LOG(DFATAL) within the current block.
 | 
|  // After we leave the current block, the default behavior is
 | 
| 
 |