Chromium Code Reviews| Index: content/worker/webworker_stub.h |
| =================================================================== |
| --- content/worker/webworker_stub.h (revision 88963) |
| +++ content/worker/webworker_stub.h (working copy) |
| @@ -6,7 +6,9 @@ |
| #define CONTENT_WORKER_WEBWORKER_STUB_H_ |
| #pragma once |
| -#include "base/scoped_ptr.h" |
| +#include <vector> |
| + |
| +#include "base/memory/scoped_ptr.h" |
| #include "content/worker/webworker_stub_base.h" |
| #include "content/worker/webworkerclient_proxy.h" |
| #include "googleurl/src/gurl.h" |