| Index: chrome/browser/external_tab_container_win.cc
|
| ===================================================================
|
| --- chrome/browser/external_tab_container_win.cc (revision 91771)
|
| +++ chrome/browser/external_tab_container_win.cc (working copy)
|
| @@ -32,6 +32,7 @@
|
| #include "chrome/browser/ui/views/tab_contents/tab_contents_container.h"
|
| #include "chrome/common/automation_messages.h"
|
| #include "chrome/common/chrome_constants.h"
|
| +#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/browser/debugger/devtools_toggle_action.h"
|
| @@ -189,7 +190,7 @@
|
| NotificationService::AllSources());
|
|
|
| NotificationService::current()->Notify(
|
| - NotificationType::EXTERNAL_TAB_CREATED,
|
| + chrome::EXTERNAL_TAB_CREATED,
|
| Source<NavigationController>(controller),
|
| NotificationService::NoDetails());
|
|
|
| @@ -233,7 +234,7 @@
|
| GetWidget()->GetRootView()->RemoveAllChildViews(true);
|
|
|
| NotificationService::current()->Notify(
|
| - NotificationType::EXTERNAL_TAB_CLOSED,
|
| + chrome::EXTERNAL_TAB_CLOSED,
|
| Source<NavigationController>(&tab_contents_->controller()),
|
| Details<ExternalTabContainer>(this));
|
|
|
|
|