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

Unified Diff: chrome/browser/sync/syncable/model_type.cc

Issue 5991005: Chromium build failed with heap leak checker, or configured with 'gyp_chromiu... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years 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 | « chrome/browser/sync/profile_sync_service.cc ('k') | chrome/common/net/gaia/gaia_auth_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/syncable/model_type.cc
===================================================================
--- chrome/browser/sync/syncable/model_type.cc (revision 70187)
+++ chrome/browser/sync/syncable/model_type.cc (working copy)
@@ -155,11 +155,11 @@
return "Apps";
case AUTOFILL_PROFILE:
return "Autofill Profile";
+ default:
break;
- default:
- NOTREACHED() << "No known extension for model type.";
- return "INVALID";
}
+ NOTREACHED() << "No known extension for model type.";
+ return "INVALID";
}
ModelType ModelTypeFromString(const std::string& model_type_string) {
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | chrome/common/net/gaia/gaia_auth_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698