| Index: chrome/browser/infobars/infobar.h
|
| ===================================================================
|
| --- chrome/browser/infobars/infobar.h (revision 137935)
|
| +++ chrome/browser/infobars/infobar.h (working copy)
|
| @@ -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"
|
|
|