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

Unified Diff: chrome/browser/sync/sync_global_error.cc

Issue 492553002: Fix debug error message (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_global_error.cc
diff --git a/chrome/browser/sync/sync_global_error.cc b/chrome/browser/sync/sync_global_error.cc
index 6c5b5122ef3c3715db15723118aad1ef835a8771..d3f72b2abb30460e7c412e39c3c12028319acbdc 100644
--- a/chrome/browser/sync/sync_global_error.cc
+++ b/chrome/browser/sync/sync_global_error.cc
@@ -31,7 +31,7 @@ SyncGlobalError::SyncGlobalError(SyncErrorController* error_controller,
SyncGlobalError::~SyncGlobalError() {
DCHECK(!error_controller_)
- << "SigninGlobalError::Shutdown() was not called";
+ << "SyncGlobalError::Shutdown() was not called";
}
void SyncGlobalError::Shutdown() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698