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

Unified Diff: content/browser/devtools/devtools_http_handler_impl.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
« no previous file with comments | « no previous file | content/browser/gamepad/gamepad_test_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/devtools_http_handler_impl.cc
===================================================================
--- content/browser/devtools/devtools_http_handler_impl.cc (revision 175088)
+++ content/browser/devtools/devtools_http_handler_impl.cc (working copy)
@@ -827,8 +827,7 @@
}
DevToolsHttpHandlerImpl::PageInfo
-DevToolsHttpHandlerImpl::CreatePageInfo(RenderViewHost* rvh)
-{
+DevToolsHttpHandlerImpl::CreatePageInfo(RenderViewHost* rvh) {
RenderViewHostDelegate* host_delegate = rvh->GetDelegate();
scoped_refptr<DevToolsAgentHost> agent(DevToolsAgentHost::GetFor(rvh));
DevToolsClientHost* client_host = DevToolsManager::GetInstance()->
« no previous file with comments | « no previous file | content/browser/gamepad/gamepad_test_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698