summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-14 08:33:37 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-14 08:33:37 +0000
commit0ef019673371131255ed10e4cfdc3acbdcf6a574 (patch)
tree86a76801006d6f7d05eaecda18dde550198bdc90 /chrome/browser/notifications
parent1ed87435e93943ed20eb0bae2419ac150a015aa8 (diff)
downloadchromium_src-0ef019673371131255ed10e4cfdc3acbdcf6a574.zip
chromium_src-0ef019673371131255ed10e4cfdc3acbdcf6a574.tar.gz
chromium_src-0ef019673371131255ed10e4cfdc3acbdcf6a574.tar.bz2
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h.
BUG=none TEST=none Review URL: http://codereview.chromium.org/7148006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88967 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications')
-rw-r--r--chrome/browser/notifications/balloon_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
index a711260..fce5950 100644
--- a/chrome/browser/notifications/balloon_host.h
+++ b/chrome/browser/notifications/balloon_host.h
@@ -10,7 +10,7 @@
#include <vector>
#include "base/compiler_specific.h"
-#include "base/scoped_ptr.h"
+#include "base/memory/scoped_ptr.h"
#include "chrome/browser/extensions/extension_function_dispatcher.h"
#include "chrome/browser/tab_contents/render_view_host_delegate_helper.h"
#include "content/browser/renderer_host/render_view_host_delegate.h"