| Index: chrome/browser/ui/views/first_run_bubble.h
|
| diff --git a/chrome/browser/ui/views/first_run_bubble.h b/chrome/browser/ui/views/first_run_bubble.h
|
| index 2829218e6e4ed604dfc8217daad71ac79a2def8f..cf6da716da1794982b433b14a37f880b89032c0d 100644
|
| --- a/chrome/browser/ui/views/first_run_bubble.h
|
| +++ b/chrome/browser/ui/views/first_run_bubble.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.
|
|
|
| @@ -9,7 +9,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/task.h"
|
| #include "chrome/browser/first_run/first_run.h"
|
| -#include "chrome/browser/views/info_bubble.h"
|
| +#include "chrome/browser/ui/views/info_bubble.h"
|
|
|
| class FirstRunBubbleViewBase;
|
| class Profile;
|
|
|