| Index: chrome/common/extensions/api/instance_id.idl
|
| diff --git a/chrome/common/extensions/api/instance_id.idl b/chrome/common/extensions/api/instance_id.idl
|
| index a093243efef554d45ca03abe48e77ecb4a00364b..d8092efd4ecb55bd774db3ce71d1231f062dda36 100644
|
| --- a/chrome/common/extensions/api/instance_id.idl
|
| +++ b/chrome/common/extensions/api/instance_id.idl
|
| @@ -33,7 +33,7 @@ namespace instanceID {
|
|
|
| // |creationTime| : The time when the Instance ID has been generated,
|
| // represented in milliseconds since the epoch.
|
| - callback GetCreationTimeCallback = void(long creationTime);
|
| + callback GetCreationTimeCallback = void(double creationTime);
|
|
|
| // |token| : The token assigned by the requested service.
|
| callback GetTokenCallback = void(DOMString token);
|
|
|