diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/infobars/mock_link_infobar_delegate.cc')
| -rw-r--r-- | chrome/browser/ui/cocoa/infobars/mock_link_infobar_delegate.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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 f0070d0..7fe8f89 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"; |
