Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1601)

Unified Diff: content/child/background_sync/background_sync_provider.h

Issue 1373883003: Move geolocation and permission mojoms into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/background_sync/background_sync_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/background_sync/background_sync_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698