diff options
Diffstat (limited to 'content/worker/webworker_stub.h')
-rw-r--r-- | content/worker/webworker_stub.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/worker/webworker_stub.h b/content/worker/webworker_stub.h index 06b4b10..466e4ba 100644 --- a/content/worker/webworker_stub.h +++ b/content/worker/webworker_stub.h @@ -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" |