| Index: content/child/service_worker/service_worker_network_provider.h
|
| diff --git a/content/child/service_worker/service_worker_network_provider.h b/content/child/service_worker/service_worker_network_provider.h
|
| index c34adf4fedc9fd730939d9fb7ee5e26e539789a3..74a126746031d30c4c80353f84afa994e7bd48f4 100644
|
| --- a/content/child/service_worker/service_worker_network_provider.h
|
| +++ b/content/child/service_worker/service_worker_network_provider.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef CONTENT_CHILD_SERVICE_WORKER_SERVICE_WORKER_NETWORK_PROVIDER_H_
|
| #define CONTENT_CHILD_SERVICE_WORKER_SERVICE_WORKER_NETWORK_PROVIDER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/supports_user_data.h"
|
| @@ -60,7 +63,7 @@ class CONTENT_EXPORT ServiceWorkerNetworkProvider
|
| // This method is called for a provider that's associated with a
|
| // running service worker script. The version_id indicates which
|
| // ServiceWorkerVersion should be used.
|
| - void SetServiceWorkerVersionId(int64 version_id);
|
| + void SetServiceWorkerVersionId(int64_t version_id);
|
|
|
| bool IsControlledByServiceWorker() const;
|
|
|
|
|