Commit 62d11506 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Remaining changes to build all code in src.git with -Wimplicit-fallthrough.

This CL was uploaded by git cl split.

R=pavely@chromium.org

Bug: 177475
Change-Id: Iec6559dc79f52f0b2e18b5197bdd75c70ab5d529
Reviewed-on: https://chromium-review.googlesource.com/891482Reviewed-by: default avatarPavel Yatsuk <pavely@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533020}
parent 5ee30f65
...@@ -605,7 +605,7 @@ void ProfileSyncService::OnGetTokenFailure( ...@@ -605,7 +605,7 @@ void ProfileSyncService::OnGetTokenFailure(
UMA_HISTOGRAM_ENUMERATION("Sync.SyncAuthError", AUTH_ERROR_ENCOUNTERED, UMA_HISTOGRAM_ENUMERATION("Sync.SyncAuthError", AUTH_ERROR_ENCOUNTERED,
AUTH_ERROR_LIMIT); AUTH_ERROR_LIMIT);
} }
// Fallthrough. FALLTHROUGH;
} }
default: { default: {
if (error.state() != GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS) { if (error.state() != GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment