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

Unified Diff: content/renderer/favicon_helper.cc

Issue 11740038: Cleanup: Fix some lint errors in content/. (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: content/renderer/favicon_helper.cc
===================================================================
--- content/renderer/favicon_helper.cc (revision 175088)
+++ content/renderer/favicon_helper.cc (working copy)
@@ -32,6 +32,7 @@
namespace content {
namespace {
+
bool TouchEnabled() {
// Based on the definition of chrome::kEnableTouchIcon.
#if defined(OS_ANDROID)
@@ -41,7 +42,7 @@
#endif
}
-} // namespace
+} // namespace
static FaviconURL::IconType ToFaviconType(WebIconURL::Type type) {
@@ -189,4 +190,4 @@
SendUpdateFaviconURL(routing_id(), render_view()->GetPageId(), urls);
}
-} // namespace content
+} // namespace content
« no previous file with comments | « content/renderer/disambiguation_popup_helper_unittest.cc ('k') | content/renderer/gamepad_shared_memory_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698