From 10f33b1bd6c6adb6306759a45bf3a5c18221d878 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sat, 1 Jan 2011 19:55:22 +0000 Subject: Move base/debug_on_start to base/debugger and rename it to be _win since it only does anything on Windows. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/5984007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70362 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_tests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc') diff --git a/ipc/ipc_tests.cc b/ipc/ipc_tests.cc index 1b00369..7c0b718 100644 --- a/ipc/ipc_tests.cc +++ b/ipc/ipc_tests.cc @@ -19,7 +19,7 @@ #include "base/base_switches.h" #include "base/command_line.h" -#include "base/debug_on_start.h" +#include "base/debug/debug_on_start_win.h" #include "base/perftimer.h" #include "base/test/perf_test_suite.h" #include "base/test/test_suite.h" -- cgit v1.1