diff options
Diffstat (limited to 'chrome/browser/ui/options')
-rw-r--r-- | chrome/browser/ui/options/options_page_base.cc | 8 | ||||
-rw-r--r-- | chrome/browser/ui/options/options_page_base.h | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chrome/browser/ui/options/options_page_base.cc b/chrome/browser/ui/options/options_page_base.cc index 32a21f7..2ab350f 100644 --- a/chrome/browser/ui/options/options_page_base.cc +++ b/chrome/browser/ui/options/options_page_base.cc @@ -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. @@ -6,9 +6,9 @@ #include "chrome/browser/metrics/user_metrics.h" #include "chrome/browser/prefs/pref_service.h" -#include "chrome/common/notification_details.h" -#include "chrome/common/notification_source.h" -#include "chrome/common/notification_type.h" +#include "content/common/notification_details.h" +#include "content/common/notification_source.h" +#include "content/common/notification_type.h" /////////////////////////////////////////////////////////////////////////////// // OptionsPageBase diff --git a/chrome/browser/ui/options/options_page_base.h b/chrome/browser/ui/options/options_page_base.h index 695df1cf..cb73863 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; |