summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-01 16:08:52 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-01 16:08:52 +0000
commitd028296ec1c0fdfbd40e2390ca3121de7055295d (patch)
treeda32e476d290074ceaaaaee65659e54a2dae822f /app
parent1e3d150462ba6d3f9952e2ee976cb26396e3452c (diff)
downloadchromium_src-d028296ec1c0fdfbd40e2390ca3121de7055295d.zip
chromium_src-d028296ec1c0fdfbd40e2390ca3121de7055295d.tar.gz
chromium_src-d028296ec1c0fdfbd40e2390ca3121de7055295d.tar.bz2
Remove base/debug_util. Move the debug UI related functions to base/debug/debugger.h
Move the OS X specific crash report changing function to base/mac/os_crash_dumps TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6092005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r--app/resource_bundle_win.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/resource_bundle_win.cc b/app/resource_bundle_win.cc
index 5527160..865f903 100644
--- a/app/resource_bundle_win.cc
+++ b/app/resource_bundle_win.cc
@@ -9,7 +9,6 @@
#include "app/app_paths.h"
#include "app/data_pack.h"
#include "app/l10n_util.h"
-#include "base/debug_util.h"
#include "base/debug/stack_trace.h"
#include "base/file_util.h"
#include "base/lock.h"