diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-26 01:06:05 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-26 01:06:05 +0000 |
commit | c3160cf3b5c50129c62cca03422ebd6ca4d1e96d (patch) | |
tree | ece4bee3bc39e3d4cd8a042937ec09fd9b42c248 /chrome/browser/infobars | |
parent | 4ee5c59fdba400dd08ba7978bd233057a1ba4f05 (diff) | |
download | chromium_src-c3160cf3b5c50129c62cca03422ebd6ca4d1e96d.zip chromium_src-c3160cf3b5c50129c62cca03422ebd6ca4d1e96d.tar.gz chromium_src-c3160cf3b5c50129c62cca03422ebd6ca4d1e96d.tar.bz2 |
Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser.
BUG=none
TEST=none
TBR=owners
Review URL: https://chromiumcodereview.appspot.com/10386221
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/infobars')
-rw-r--r-- | chrome/browser/infobars/infobar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/infobars/infobar.h b/chrome/browser/infobars/infobar.h index 35095f4..37f6317 100644 --- a/chrome/browser/infobars/infobar.h +++ b/chrome/browser/infobars/infobar.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,7 +9,7 @@ #include <utility> #include "base/basictypes.h" -#include "base/memory/scoped_ptr.h" +#include "base/compiler_specific.h" #include "build/build_config.h" #include "chrome/browser/infobars/infobar_delegate.h" #include "third_party/skia/include/core/SkColor.h" |