From 34b9963c187a733bef76535521f3de688fffd34f Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sat, 1 Jan 2011 01:01:06 +0000 Subject: Move base/thread.h to base/threading, fix up callers to use the new location. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6028009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70345 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/crash_reporting/nt_loader_unittest.cc | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'chrome_frame/crash_reporting') diff --git a/chrome_frame/crash_reporting/nt_loader_unittest.cc b/chrome_frame/crash_reporting/nt_loader_unittest.cc index 2c46eab..2d1f838 100644 --- a/chrome_frame/crash_reporting/nt_loader_unittest.cc +++ b/chrome_frame/crash_reporting/nt_loader_unittest.cc @@ -1,19 +1,21 @@ // Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. + #include "chrome_frame/crash_reporting/nt_loader.h" #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include + +#include "base/at_exit.h" +#include "base/environment.h" +#include "base/message_loop.h" +#include "base/scoped_handle.h" +#include "base/scoped_ptr.h" +#include "base/string_util.h" +#include "base/sys_info.h" +#include "base/threading/thread.h" +#include "base/utf_string_conversions.h" #include "chrome_frame/crash_reporting/crash_dll.h" #include "gtest/gtest.h" -- cgit v1.1