| Index: content/browser/debugger/worker_devtools_manager.cc
|
| ===================================================================
|
| --- content/browser/debugger/worker_devtools_manager.cc (revision 106380)
|
| +++ content/browser/debugger/worker_devtools_manager.cc (working copy)
|
| @@ -17,7 +17,7 @@
|
| #include "content/common/devtools_messages.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| -#include "content/common/notification_service.h"
|
| +#include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_types.h"
|
|
|
| class WorkerDevToolsManager::AgentHosts
|
| @@ -54,7 +54,7 @@
|
| private:
|
| AgentHosts() {
|
| registrar_.Add(this, content::NOTIFICATION_APP_TERMINATING,
|
| - NotificationService::AllSources());
|
| + content::NotificationService::AllSources());
|
| }
|
| ~AgentHosts() {}
|
|
|
|
|