| Index: content/browser/devtools/service_worker_devtools_agent_host.h
|
| diff --git a/content/browser/devtools/service_worker_devtools_agent_host.h b/content/browser/devtools/service_worker_devtools_agent_host.h
|
| index 04857f81c55ef2ab7e90491fa753a981deb04bce..89b48b13b1fb035cb7b1a640f5d856f94e36e31b 100644
|
| --- a/content/browser/devtools/service_worker_devtools_agent_host.h
|
| +++ b/content/browser/devtools/service_worker_devtools_agent_host.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef CONTENT_BROWSER_DEVTOOLS_SERVICE_WORKER_DEVTOOLS_AGENT_HOST_H_
|
| #define CONTENT_BROWSER_DEVTOOLS_SERVICE_WORKER_DEVTOOLS_AGENT_HOST_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
|
|
| +#include "base/macros.h"
|
| #include "content/browser/devtools/protocol/network_handler.h"
|
| #include "content/browser/devtools/service_worker_devtools_manager.h"
|
| #include "content/browser/devtools/worker_devtools_agent_host.h"
|
| @@ -36,7 +39,7 @@ class ServiceWorkerDevToolsAgentHost : public WorkerDevToolsAgentHost {
|
| // WorkerDevToolsAgentHost overrides.
|
| void OnAttachedStateChanged(bool attached) override;
|
|
|
| - int64 service_worker_version_id() const;
|
| + int64_t service_worker_version_id() const;
|
|
|
| bool Matches(const ServiceWorkerIdentifier& other);
|
|
|
|
|