| Index: chrome_frame/test/net/fake_external_tab.h
|
| ===================================================================
|
| --- chrome_frame/test/net/fake_external_tab.h (revision 30151)
|
| +++ chrome_frame/test/net/fake_external_tab.h (working copy)
|
| @@ -12,7 +12,7 @@
|
|
|
| #include "chrome/app/scoped_ole_initializer.h"
|
| #include "chrome/browser/browser_process_impl.h"
|
| -
|
| +#include "chrome/browser/chrome_thread.h"
|
| #include "chrome_frame/test/test_server.h"
|
| #include "chrome_frame/test/net/test_automation_provider.h"
|
| #include "chrome_frame/test/net/process_singleton_subclass.h"
|
| @@ -21,7 +21,7 @@
|
|
|
| class ProcessSingleton;
|
|
|
| -class FakeExternalTab {
|
| +class FakeExternalTab {
|
| public:
|
| FakeExternalTab();
|
| ~FakeExternalTab();
|
| @@ -101,6 +101,7 @@
|
| // on the main thread.
|
| FakeExternalTab fake_chrome_;
|
| scoped_ptr<ProcessSingletonSubclass> pss_subclass_;
|
| + scoped_ptr<ChromeThread> main_thread_;
|
| };
|
|
|
| #endif // CHROME_FRAME_TEST_NET_FAKE_EXTERNAL_TAB_H_
|
|
|
| Property changes on: chrome_frame\test\net\fake_external_tab.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|