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

Unified Diff: Source/modules/background_sync/SyncCallbacks.cpp

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
Index: Source/modules/background_sync/SyncCallbacks.cpp
diff --git a/Source/modules/background_sync/SyncCallbacks.cpp b/Source/modules/background_sync/SyncCallbacks.cpp
index 7227cce555296d3b63105f256f07e15ea4c7d6f3..27768140bf473e5b660a597d7a46d6be162aa04b 100644
--- a/Source/modules/background_sync/SyncCallbacks.cpp
+++ b/Source/modules/background_sync/SyncCallbacks.cpp
@@ -113,7 +113,7 @@ void SyncGetRegistrationsCallbacks::onSuccess(WebVector<WebSyncRegistration*>* w
return;
}
- if (webSyncRegistrations->size() && (*webSyncRegistrations)[0]->periodicity == blink::WebSyncRegistration::PeriodicityOneShot) {
+ if (webSyncRegistrations->size() && (*webSyncRegistrations)[0]->periodicity == WebSyncRegistration::PeriodicityOneShot) {
Vector<SyncRegistration*> syncRegistrations;
for (size_t i = 0; i < webSyncRegistrations->size(); ++i) {
WebSyncRegistration* webSyncRegistration = (*webSyncRegistrations)[i];
« no previous file with comments | « Source/modules/background_sync/PeriodicSyncManager.cpp ('k') | Source/modules/background_sync/SyncManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698