| Index: chrome/browser/ui/options/options_page_base.h
|
| diff --git a/chrome/browser/ui/options/options_page_base.h b/chrome/browser/ui/options/options_page_base.h
|
| index 695df1cf21ae880af566fe2b7f51f1bc219a53be..cb738636f162e83b537cdff293a6ea81334f0bb0 100644
|
| --- a/chrome/browser/ui/options/options_page_base.h
|
| +++ b/chrome/browser/ui/options/options_page_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.
|
|
|
| @@ -11,7 +11,7 @@
|
| #include "base/basictypes.h"
|
| #include "chrome/browser/metrics/user_metrics.h"
|
| #include "chrome/browser/ui/options/options_window.h"
|
| -#include "chrome/common/notification_observer.h"
|
| +#include "content/common/notification_observer.h"
|
|
|
| class PrefService;
|
| class Profile;
|
|
|