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

Unified Diff: content/browser/background_sync/background_sync_browsertest.cc

Issue 1960843002: [OnionSoup] Move background_sync.mojom from //content to //third_party/WebKit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address dcheng@'s comment Created 4 years, 7 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/browser/DEPS ('k') | content/browser/background_sync/background_sync_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/background_sync/background_sync_browsertest.cc
diff --git a/content/browser/background_sync/background_sync_browsertest.cc b/content/browser/background_sync/background_sync_browsertest.cc
index 7bc4ea1ac7f8be3010b6104847ab3c8bd9d4c077..db7d12ff9389bb69323ec75a826ebbea1f0bdefd 100644
--- a/content/browser/background_sync/background_sync_browsertest.cc
+++ b/content/browser/background_sync/background_sync_browsertest.cc
@@ -78,7 +78,7 @@ void RegistrationPendingDidGetSyncRegistration(
for (const BackgroundSyncRegistration* registration : *registrations) {
if (registration->options()->tag == tag) {
callback.Run(registration->sync_state() ==
- mojom::BackgroundSyncState::PENDING);
+ blink::mojom::BackgroundSyncState::PENDING);
return;
}
}
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/background_sync/background_sync_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698