| Index: chrome/test/base/testing_browser_process.h
 | 
| diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
 | 
| index 237689a862f7a8987b302eb50a6dbbf95fa1302a..bebc5107ff5a70ff2d5801bcf520d01ad6617a0a 100644
 | 
| --- a/chrome/test/base/testing_browser_process.h
 | 
| +++ b/chrome/test/base/testing_browser_process.h
 | 
| @@ -25,6 +25,7 @@ class BackgroundModeManager;
 | 
|  class CRLSetFetcher;
 | 
|  class IOThread;
 | 
|  class MHTMLGenerationManager;
 | 
| +class NotificationPlatformBridge;
 | 
|  class NotificationUIManager;
 | 
|  class PrefService;
 | 
|  class WatchDogThread;
 | 
| @@ -87,6 +88,7 @@ class TestingBrowserProcess : public BrowserProcess {
 | 
|  
 | 
|    extensions::EventRouterForwarder* extension_event_router_forwarder() override;
 | 
|    NotificationUIManager* notification_ui_manager() override;
 | 
| +  NotificationPlatformBridge* notification_platform_bridge() override;
 | 
|    message_center::MessageCenter* message_center() override;
 | 
|    IntranetRedirectDetector* intranet_redirect_detector() override;
 | 
|    void CreateDevToolsHttpProtocolHandler(const std::string& ip,
 | 
| 
 |