summaryrefslogtreecommitdiffstats
path: root/content/worker
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-15 04:14:23 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-15 04:14:23 +0000
commite57a716e4e310ac6463c8dea3dd7c2ae2e24ec8b (patch)
tree749e2cc0ae20a323b91d7162823bf8dd7e557fad /content/worker
parente10f6c8060762def59918d6ae2658065e6d4a406 (diff)
downloadchromium_src-e57a716e4e310ac6463c8dea3dd7c2ae2e24ec8b.zip
chromium_src-e57a716e4e310ac6463c8dea3dd7c2ae2e24ec8b.tar.gz
chromium_src-e57a716e4e310ac6463c8dea3dd7c2ae2e24ec8b.tar.bz2
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)
BUG=none TEST=none Review URL: http://codereview.chromium.org/7149008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r--content/worker/webworker_stub.h4
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"