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

Unified Diff: chrome/renderer/renderer_main_platform_delegate_linux.cc

Issue 3945002: Move debug-related stuff from base to the base/debug directory and use the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 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 | « chrome/renderer/renderer_main.cc ('k') | chrome/service/service_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer_main_platform_delegate_linux.cc
===================================================================
--- chrome/renderer/renderer_main_platform_delegate_linux.cc (revision 63176)
+++ chrome/renderer/renderer_main_platform_delegate_linux.cc (working copy)
@@ -5,14 +5,13 @@
#include "chrome/renderer/renderer_main_platform_delegate.h"
#include "base/command_line.h"
-#include "base/debug_util.h"
#include "seccompsandbox/sandbox.h"
#include "chrome/common/chrome_switches.h"
RendererMainPlatformDelegate::RendererMainPlatformDelegate(
const MainFunctionParams& parameters)
- : parameters_(parameters) {
+ : parameters_(parameters) {
}
RendererMainPlatformDelegate::~RendererMainPlatformDelegate() {
« no previous file with comments | « chrome/renderer/renderer_main.cc ('k') | chrome/service/service_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698