| Index: content/browser/tab_contents/interstitial_page.h
|
| diff --git a/content/browser/tab_contents/interstitial_page.h b/content/browser/tab_contents/interstitial_page.h
|
| index aba2e88cccde98a15ee364d9f98b72e5dacc303c..e139620f3ddc6714406d04b51811514da849c6dd 100644
|
| --- a/content/browser/tab_contents/interstitial_page.h
|
| +++ b/content/browser/tab_contents/interstitial_page.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 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,10 +11,10 @@
|
|
|
| #include "base/process_util.h"
|
| #include "base/scoped_ptr.h"
|
| -#include "chrome/common/notification_observer.h"
|
| -#include "chrome/common/notification_registrar.h"
|
| #include "chrome/common/renderer_preferences.h"
|
| #include "content/browser/renderer_host/render_view_host_delegate.h"
|
| +#include "content/common/notification_observer.h"
|
| +#include "content/common/notification_registrar.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "ui/gfx/size.h"
|
|
|
|
|