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

Unified Diff: Source/modules/background_sync/SyncManager.h

Issue 1106263003: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « Source/modules/background_sync/SyncCallbacks.cpp ('k') | Source/modules/background_sync/SyncManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/background_sync/SyncManager.h
diff --git a/Source/modules/background_sync/SyncManager.h b/Source/modules/background_sync/SyncManager.h
index a8d9d000d82afcb21547b13007c16e17206f7565..25db226a587110f7101eb64dd87b96a28f8ef8a9 100644
--- a/Source/modules/background_sync/SyncManager.h
+++ b/Source/modules/background_sync/SyncManager.h
@@ -28,7 +28,7 @@ public:
ScriptPromise registerFunction(ScriptState*);
ScriptPromise registerFunction(ScriptState*, const SyncRegistrationOptions&);
- ScriptPromise getRegistration(blink::ScriptState*, const String&);
+ ScriptPromise getRegistration(ScriptState*, const String&);
ScriptPromise getRegistrations(ScriptState*);
ScriptPromise permissionState(ScriptState*);
« no previous file with comments | « Source/modules/background_sync/SyncCallbacks.cpp ('k') | Source/modules/background_sync/SyncManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698