Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(900)

Unified Diff: content/browser/debugger/worker_devtools_manager.h

Issue 9052007: Create an API around WorkerService that chrome consumes. Rename the existing WorkerService to Wor... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/workers_ui.cc ('k') | content/browser/debugger/worker_devtools_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/debugger/worker_devtools_manager.h
===================================================================
--- content/browser/debugger/worker_devtools_manager.h (revision 115981)
+++ content/browser/debugger/worker_devtools_manager.h (working copy)
@@ -13,7 +13,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/singleton.h"
#include "content/common/content_export.h"
-#include "content/browser/worker_host/worker_service_observer.h"
+#include "content/public/browser/worker_service_observer.h"
namespace IPC {
class Message;
@@ -53,7 +53,7 @@
WorkerDevToolsManager();
virtual ~WorkerDevToolsManager();
- // WorkerServiceOberver implementation.
+ // WorkerServiceObserver implementation.
virtual void WorkerCreated(
WorkerProcessHost* process,
const WorkerProcessHost::WorkerInstance& instance) OVERRIDE;
« no previous file with comments | « chrome/browser/ui/webui/workers_ui.cc ('k') | content/browser/debugger/worker_devtools_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698