| Index: content/browser/devtools/service_worker_devtools_manager.cc
|
| diff --git a/content/browser/devtools/service_worker_devtools_manager.cc b/content/browser/devtools/service_worker_devtools_manager.cc
|
| index c6cf7c705460706fc6ce59e86c1f5768993244a0..b94f1a9e3c2115e86b597d0776f2766aa6a3a10c 100644
|
| --- a/content/browser/devtools/service_worker_devtools_manager.cc
|
| +++ b/content/browser/devtools/service_worker_devtools_manager.cc
|
| @@ -15,13 +15,12 @@ namespace content {
|
| ServiceWorkerDevToolsManager::ServiceWorkerIdentifier::ServiceWorkerIdentifier(
|
| const ServiceWorkerContextCore* context,
|
| base::WeakPtr<ServiceWorkerContextCore> context_weak,
|
| - int64 version_id,
|
| + int64_t version_id,
|
| const GURL& url)
|
| : context_(context),
|
| context_weak_(context_weak),
|
| version_id_(version_id),
|
| - url_(url) {
|
| -}
|
| + url_(url) {}
|
|
|
| ServiceWorkerDevToolsManager::ServiceWorkerIdentifier::ServiceWorkerIdentifier(
|
| const ServiceWorkerIdentifier& other)
|
|
|