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 5df8ff75b9792af42827358b8f9af2de835a3341..2009af0c18e09bd1a8d2d79621c6feb40cb9f235 100644 |
--- a/net/test/scoped_disable_exit_on_dfatal.h |
+++ b/net/test/scoped_disable_exit_on_dfatal.h |
@@ -12,7 +12,6 @@ |
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 |