| Index: content/public/browser/worker_service_observer.h
|
| diff --git a/content/public/browser/worker_service_observer.h b/content/public/browser/worker_service_observer.h
|
| index ff6c8ef3ba7279f17b922bc777d76f347847e03a..9c1e055c5b8dc69a080e09a8a3692272288fc241 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) {}
|
|
|