| 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 3eb7a336b90acf655a285d45052a2d563c55cc6e..fe430dd9946bd0cb6c7c4abfcdf507af60714f42 100644
|
| --- a/content/browser/debugger/devtools_agent_host.h
|
| +++ b/content/browser/debugger/devtools_agent_host.h
|
| @@ -6,7 +6,6 @@
|
| #define CONTENT_BROWSER_DEBUGGER_DEVTOOLS_AGENT_HOST_H_
|
| #pragma once
|
|
|
| -#include <map>
|
| #include <string>
|
|
|
| #include "content/common/content_export.h"
|
| @@ -15,8 +14,6 @@ namespace IPC {
|
| class Message;
|
| }
|
|
|
| -typedef std::map<std::string, std::string> DevToolsRuntimeProperties;
|
| -
|
| // Describes interface for managing devtools agents from the browser process.
|
| class CONTENT_EXPORT DevToolsAgentHost {
|
| public:
|
|
|