diff options
Diffstat (limited to 'content/public/browser/worker_service_observer.h')
-rw-r--r-- | content/public/browser/worker_service_observer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/worker_service_observer.h b/content/public/browser/worker_service_observer.h index ff6c8ef..9c1e055 100644 --- a/content/public/browser/worker_service_observer.h +++ b/content/public/browser/worker_service_observer.h @@ -15,7 +15,7 @@ namespace content { class WorkerServiceObserver { public: virtual void WorkerCreated(const GURL& url, - const string16& name, + const base::string16& name, int process_id, int route_id) {} virtual void WorkerDestroyed(int process_id, int route_id) {} |