Index: chrome_frame/test/net/fake_external_tab.h |
=================================================================== |
--- chrome_frame/test/net/fake_external_tab.h (revision 101850) |
+++ chrome_frame/test/net/fake_external_tab.h (working copy) |
@@ -21,6 +21,7 @@ |
#include "net/base/net_test_suite.h" |
class ProcessSingleton; |
+class NotificationService; |
class FakeExternalTab { |
public: |
@@ -44,6 +45,7 @@ |
FilePath overridden_user_dir_; |
FilePath user_data_dir_; |
scoped_ptr<ProcessSingleton> process_singleton_; |
+ scoped_ptr<NotificationService> notificaton_service_; |
}; |
// The "master class" that spins the UI and test threads. |