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

Unified Diff: content/test/test_background_sync_manager.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/test/test_background_sync_manager.h ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_background_sync_manager.cc
diff --git a/content/test/test_background_sync_manager.cc b/content/test/test_background_sync_manager.cc
index d3dd1ac3c95a5821e73ed6e16b850394cdca90d5..f30f6bb4c4497f4d27f8da2f4d48227764edc37c 100644
--- a/content/test/test_background_sync_manager.cc
+++ b/content/test/test_background_sync_manager.cc
@@ -77,7 +77,7 @@ void TestBackgroundSyncManager::GetDataFromBackend(
void TestBackgroundSyncManager::DispatchSyncEvent(
const std::string& tag,
const scoped_refptr<ServiceWorkerVersion>& active_version,
- mojom::BackgroundSyncEventLastChance last_chance,
+ blink::mojom::BackgroundSyncEventLastChance last_chance,
const ServiceWorkerVersion::StatusCallback& callback) {
ASSERT_FALSE(dispatch_sync_callback_.is_null());
last_chance_ = last_chance;
« no previous file with comments | « content/test/test_background_sync_manager.h ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698