| Index: content/browser/devtools/devtools_io_context.h | 
| diff --git a/content/browser/devtools/devtools_io_context.h b/content/browser/devtools/devtools_io_context.h | 
| index ece5d66a867c199f11b6172c2cecb0edd887667c..856ba7f07d08c6201bf7a4c05bf750fc803e7224 100644 | 
| --- a/content/browser/devtools/devtools_io_context.h | 
| +++ b/content/browser/devtools/devtools_io_context.h | 
| @@ -12,7 +12,6 @@ | 
| #include "base/memory/ref_counted_memory.h" | 
|  | 
| namespace content { | 
| -namespace devtools { | 
|  | 
| class DevToolsIOContext { | 
| public: | 
| @@ -61,5 +60,4 @@ class DevToolsIOContext { | 
| StreamsMap streams_; | 
| }; | 
|  | 
| -}  // namespace devtools | 
| }  // namespace content | 
|  |