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

Side by Side Diff: chrome_frame/test/net/fake_external_tab.h

Issue 12811011: net: move test files out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 7 years, 9 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 | « build/android/findbugs_filter/findbugs_known_bugs.txt ('k') | net/base/net_test_suite.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 #ifndef CHROME_FRAME_TEST_NET_FAKE_EXTERNAL_TAB_H_ 5 #ifndef CHROME_FRAME_TEST_NET_FAKE_EXTERNAL_TAB_H_
6 #define CHROME_FRAME_TEST_NET_FAKE_EXTERNAL_TAB_H_ 6 #define CHROME_FRAME_TEST_NET_FAKE_EXTERNAL_TAB_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/cancelable_callback.h" 10 #include "base/cancelable_callback.h"
11 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
12 #include "base/message_loop.h" 12 #include "base/message_loop.h"
13 #include "base/process.h" 13 #include "base/process.h"
14 #include "base/win/scoped_handle.h" 14 #include "base/win/scoped_handle.h"
15 #include "chrome/browser/browser_process_impl.h" 15 #include "chrome/browser/browser_process_impl.h"
16 #include "chrome_frame/test/net/test_automation_provider.h" 16 #include "chrome_frame/test/net/test_automation_provider.h"
17 #include "chrome_frame/test/test_server.h" 17 #include "chrome_frame/test/test_server.h"
18 #include "chrome_frame/test_utils.h" 18 #include "chrome_frame/test_utils.h"
19 #include "content/public/browser/browser_main_parts.h" 19 #include "content/public/browser/browser_main_parts.h"
20 #include "content/public/browser/browser_thread.h" 20 #include "content/public/browser/browser_thread.h"
21 #include "net/base/net_test_suite.h" 21 #include "net/test/net_test_suite.h"
22 22
23 class CommandLine; 23 class CommandLine;
24 class FakeBrowserProcessImpl; 24 class FakeBrowserProcessImpl;
25 class ProcessSingleton; 25 class ProcessSingleton;
26 26
27 namespace net { 27 namespace net {
28 class ScopedCustomUrlRequestTestHttpHost; 28 class ScopedCustomUrlRequestTestHttpHost;
29 } // namespace net 29 } // namespace net
30 30
31 namespace content { 31 namespace content {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 scoped_ptr<ProcessSingleton> process_singleton_; 157 scoped_ptr<ProcessSingleton> process_singleton_;
158 base::CancelableClosure timeout_closure_; 158 base::CancelableClosure timeout_closure_;
159 scoped_ptr<logging_win::FileLogger> file_logger_; 159 scoped_ptr<logging_win::FileLogger> file_logger_;
160 base::FilePath log_file_; 160 base::FilePath log_file_;
161 scoped_ptr<chrome_frame_test::IEConfigurator> ie_configurator_; 161 scoped_ptr<chrome_frame_test::IEConfigurator> ie_configurator_;
162 162
163 DISALLOW_COPY_AND_ASSIGN(CFUrlRequestUnittestRunner); 163 DISALLOW_COPY_AND_ASSIGN(CFUrlRequestUnittestRunner);
164 }; 164 };
165 165
166 #endif // CHROME_FRAME_TEST_NET_FAKE_EXTERNAL_TAB_H_ 166 #endif // CHROME_FRAME_TEST_NET_FAKE_EXTERNAL_TAB_H_
OLDNEW
« no previous file with comments | « build/android/findbugs_filter/findbugs_known_bugs.txt ('k') | net/base/net_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698