diff options
Diffstat (limited to 'content/worker/webworker_stub_base.h')
-rw-r--r-- | content/worker/webworker_stub_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/worker/webworker_stub_base.h b/content/worker/webworker_stub_base.h index a57e3ff..1611017 100644 --- a/content/worker/webworker_stub_base.h +++ b/content/worker/webworker_stub_base.h @@ -6,7 +6,7 @@ #define CONTENT_WORKER_WEBWORKER_STUB_BASE_H_ #pragma once -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "content/worker/webworkerclient_proxy.h" #include "content/worker/worker_webapplicationcachehost_impl.h" #include "ipc/ipc_channel.h" |