| Index: chrome/browser/ui/cocoa/infobars/mock_link_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/cocoa/infobars/mock_link_infobar_delegate.cc b/chrome/browser/ui/cocoa/infobars/mock_link_infobar_delegate.cc
|
| index f0070d0138e5510671fce34f5f3b8945631a6958..7fe8f89353e268947225bf5a4fca38af41fb1672 100644
|
| --- a/chrome/browser/ui/cocoa/infobars/mock_link_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/cocoa/infobars/mock_link_infobar_delegate.cc
|
| @@ -1,11 +1,10 @@
|
| -// 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.
|
|
|
| #include "chrome/browser/ui/cocoa/infobars/mock_link_infobar_delegate.h"
|
|
|
| #include "base/utf_string_conversions.h"
|
| -#include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| const char MockLinkInfoBarDelegate::kMessage[] = "MockLinkInfoBarMessage ";
|
| const char MockLinkInfoBarDelegate::kLink[] = "http://dev.chromium.org";
|
|
|