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

Unified Diff: chrome/common/render_messages.h

Issue 19486: Lint cleanup. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
Index: chrome/common/render_messages.h
===================================================================
--- chrome/common/render_messages.h (revision 8931)
+++ chrome/common/render_messages.h (working copy)
@@ -558,9 +558,9 @@
static void Log(const param_type& p, std::wstring* l) {
std::wstring event = L"";
- if (!p.type)
+ if (!p.type) {
event.append(L"NONE");
- else {
+ } else {
event.append(L"(");
if (p.type & ContextNode::PAGE)
event.append(L"PAGE|");

Powered by Google App Engine
This is Rietveld 408576698