| 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 3f49c01e7d5d7be3177f411102f1137e50356782..5bde5945235557dcf5556475f26099c6a7886f95 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;
|
|
|
|
|