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

Unified Diff: Source/modules/background_sync/PeriodicSyncManager.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 | « no previous file | Source/modules/background_sync/PeriodicSyncManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/background_sync/PeriodicSyncManager.h
diff --git a/Source/modules/background_sync/PeriodicSyncManager.h b/Source/modules/background_sync/PeriodicSyncManager.h
index ed8c79d9fa3387d96baa0517228143a2e544d6c3..e66d26d7b97515a317ba7e1c2a856ed26906b41f 100644
--- a/Source/modules/background_sync/PeriodicSyncManager.h
+++ b/Source/modules/background_sync/PeriodicSyncManager.h
@@ -28,7 +28,7 @@ public:
ScriptPromise registerFunction(ScriptState*);
ScriptPromise registerFunction(ScriptState*, const PeriodicSyncRegistrationOptions&);
- ScriptPromise getRegistration(blink::ScriptState*, const String&);
+ ScriptPromise getRegistration(ScriptState*, const String&);
ScriptPromise getRegistrations(ScriptState*);
ScriptPromise permissionState(ScriptState*);
« no previous file with comments | « no previous file | Source/modules/background_sync/PeriodicSyncManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698