| Index: content/child/background_sync/background_sync_provider.h
|
| diff --git a/content/child/background_sync/background_sync_provider.h b/content/child/background_sync/background_sync_provider.h
|
| index cb4f6af5dcf34c8431f89f19d8b718f42f2adb20..1682eb64ee4b15477048aa09a7b326f9a5b974bd 100644
|
| --- a/content/child/background_sync/background_sync_provider.h
|
| +++ b/content/child/background_sync/background_sync_provider.h
|
| @@ -81,7 +81,7 @@ class BackgroundSyncProvider : public blink::WebSyncProvider {
|
| void GetPermissionStatusCallback(
|
| scoped_ptr<blink::WebSyncGetPermissionStatusCallbacks> callbacks,
|
| BackgroundSyncError error,
|
| - PermissionStatus status);
|
| + permission::Status status);
|
| void NotifyWhenDoneCallback(
|
| scoped_ptr<blink::WebSyncNotifyWhenDoneCallbacks> callbacks,
|
| BackgroundSyncError error,
|
|
|