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

Unified Diff: chrome/browser/chromeos/preferences.cc

Issue 7621037: Fix the build break of preferences.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/chromeos/preferences.cc
diff --git a/chrome/browser/chromeos/preferences.cc b/chrome/browser/chromeos/preferences.cc
index 2359c1a189e2035a254e7f8953a0f12448d6a81f..8b8e301e722410d6648d70585f7811bbf845c55c 100644
--- a/chrome/browser/chromeos/preferences.cc
+++ b/chrome/browser/chromeos/preferences.cc
@@ -588,7 +588,8 @@ void Preferences::UpdateVirturalKeyboardPreference(PrefService* prefs) {
// Either |layout_id| or |url| is invalid. Remove the key from |prefs|
// later.
layouts_to_remove.push_back(layout_id);
- LOG(ERROR) << "Removing invalid virtual keyboard pref: layout=" << layout;
+ LOG(ERROR) << "Removing invalid virtual keyboard pref: layout="
+ << layout_id;
}
}
« 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