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

Unified Diff: chrome/common/web_apps.cc

Issue 11745025: Cleanup: Fix a bunch of lint errors in chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 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/web_apps.cc
===================================================================
--- chrome/common/web_apps.cc (revision 175088)
+++ chrome/common/web_apps.cc (working copy)
@@ -85,7 +85,7 @@
icons->push_back(icon_info);
}
-}
+} // namespace
const char WebApplicationInfo::kInvalidDefinitionURL[] =
"Invalid application definition URL. Must be a valid relative URL or "
@@ -327,7 +327,6 @@
web_app->icons = icons;
return true;
-
}
} // namespace web_apps
« no previous file with comments | « chrome/browser/sessions/session_service_unittest.cc ('k') | chrome/renderer/autofill/password_generation_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698