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

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

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: rebase Created 4 years, 11 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 | « components/web_view/web_view_impl.cc ('k') | content/browser/background_sync/background_sync_manager.cc » ('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 60d517e2bb701bd1b6e6c7dc5782295c8f4b857d..3205c75b58bc8b66b9ae3311c163917fd070a64c 100644
--- a/content/browser/background_sync/background_sync_browsertest.cc
+++ b/content/browser/background_sync/background_sync_browsertest.cc
@@ -72,7 +72,7 @@ void OneShotPendingDidGetSyncRegistration(
scoped_ptr<BackgroundSyncRegistrationHandle> registration_handle) {
ASSERT_EQ(BACKGROUND_SYNC_STATUS_OK, error_type);
callback.Run(registration_handle->sync_state() ==
- BACKGROUND_SYNC_STATE_PENDING);
+ BackgroundSyncState::PENDING);
}
void OneShotPendingDidGetSWRegistration(
« no previous file with comments | « components/web_view/web_view_impl.cc ('k') | content/browser/background_sync/background_sync_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698