| Index: content/browser/debugger/devtools_agent_host.h
|
| diff --git a/content/browser/debugger/devtools_agent_host.h b/content/browser/debugger/devtools_agent_host.h
|
| index fe430dd9946bd0cb6c7c4abfcdf507af60714f42..c5f21c3ae22a1865bd8130f50f065531494f32fe 100644
|
| --- a/content/browser/debugger/devtools_agent_host.h
|
| +++ b/content/browser/debugger/devtools_agent_host.h
|
| @@ -14,6 +14,8 @@ namespace IPC {
|
| class Message;
|
| }
|
|
|
| +namespace content {
|
| +
|
| // Describes interface for managing devtools agents from the browser process.
|
| class CONTENT_EXPORT DevToolsAgentHost {
|
| public:
|
| @@ -48,4 +50,6 @@ class CONTENT_EXPORT DevToolsAgentHost {
|
| CloseListener* close_listener_;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_BROWSER_DEBUGGER_DEVTOOLS_AGENT_HOST_H_
|
|
|