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

Side by Side Diff: content/browser/loader/resource_dispatcher_host_unittest.cc

Issue 19495006: Update include paths in content/browser for base/process changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/loader/async_resource_handler.cc ('k') | content/browser/mach_broker_mac.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <vector> 5 #include <vector>
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "base/memory/scoped_vector.h" 9 #include "base/memory/scoped_vector.h"
10 #include "base/message_loop/message_loop.h" 10 #include "base/message_loop/message_loop.h"
11 #include "base/pickle.h" 11 #include "base/pickle.h"
12 #include "base/process_util.h"
13 #include "base/strings/string_number_conversions.h" 12 #include "base/strings/string_number_conversions.h"
14 #include "base/strings/string_split.h" 13 #include "base/strings/string_split.h"
15 #include "content/browser/browser_thread_impl.h" 14 #include "content/browser/browser_thread_impl.h"
16 #include "content/browser/child_process_security_policy_impl.h" 15 #include "content/browser/child_process_security_policy_impl.h"
17 #include "content/browser/loader/resource_dispatcher_host_impl.h" 16 #include "content/browser/loader/resource_dispatcher_host_impl.h"
18 #include "content/browser/loader/resource_message_filter.h" 17 #include "content/browser/loader/resource_message_filter.h"
19 #include "content/browser/worker_host/worker_service_impl.h" 18 #include "content/browser/worker_host/worker_service_impl.h"
20 #include "content/common/child_process_host_impl.h" 19 #include "content/common/child_process_host_impl.h"
21 #include "content/common/resource_messages.h" 20 #include "content/common/resource_messages.h"
22 #include "content/common/view_messages.h" 21 #include "content/common/view_messages.h"
(...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 } 1997 }
1999 1998
2000 base::MessageLoop::current()->RunUntilIdle(); 1999 base::MessageLoop::current()->RunUntilIdle();
2001 2000
2002 msgs.clear(); 2001 msgs.clear();
2003 accum_.GetClassifiedMessages(&msgs); 2002 accum_.GetClassifiedMessages(&msgs);
2004 } 2003 }
2005 } 2004 }
2006 2005
2007 } // namespace content 2006 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/loader/async_resource_handler.cc ('k') | content/browser/mach_broker_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698