| Index: chrome/browser/ui/views/infobars/translate_infobar_base.h
|
| diff --git a/chrome/browser/ui/views/infobars/translate_infobar_base.h b/chrome/browser/ui/views/infobars/translate_infobar_base.h
|
| index 2c5d091c38cb69ac0dfd610b7f41f94f17d53058..9a5da3c850eb5bc7ec1658cda748f5753daf5b89 100644
|
| --- a/chrome/browser/ui/views/infobars/translate_infobar_base.h
|
| +++ b/chrome/browser/ui/views/infobars/translate_infobar_base.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -7,7 +7,7 @@
|
| #pragma once
|
|
|
| #include "chrome/browser/translate/translate_infobar_view.h"
|
| -#include "chrome/browser/views/infobars/infobars.h"
|
| +#include "chrome/browser/ui/views/infobars/infobars.h"
|
|
|
| class TranslateInfoBarDelegate;
|
|
|
|
|