| Index: chrome/browser/ui/find_bar/find_bar_controller.h
|
| diff --git a/chrome/browser/ui/find_bar/find_bar_controller.h b/chrome/browser/ui/find_bar/find_bar_controller.h
|
| index 75dce1fe666f5197b3edb2d06d5e6ab7fa7623a7..ca650f40a7944a5510285682e3c33202a7ede752 100644
|
| --- a/chrome/browser/ui/find_bar/find_bar_controller.h
|
| +++ b/chrome/browser/ui/find_bar/find_bar_controller.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.
|
|
|
| @@ -8,8 +8,8 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/scoped_ptr.h"
|
| -#include "chrome/common/notification_observer.h"
|
| -#include "chrome/common/notification_registrar.h"
|
| +#include "content/common/notification_observer.h"
|
| +#include "content/common/notification_registrar.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
|
|