| Index: content/browser/site_instance.h
|
| diff --git a/content/browser/site_instance.h b/content/browser/site_instance.h
|
| index 058cc54f429a2bba176605cdbbc08eb40b785e53..1c41abd2ea85671165dfd64efbda31733ab45de5 100644
|
| --- a/content/browser/site_instance.h
|
| +++ b/content/browser/site_instance.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.
|
|
|
| @@ -6,9 +6,9 @@
|
| #define CONTENT_BROWSER_RENDERER_HOST_SITE_INSTANCE_H_
|
| #pragma once
|
|
|
| -#include "chrome/common/notification_observer.h"
|
| -#include "chrome/common/notification_registrar.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| +#include "content/common/notification_observer.h"
|
| +#include "content/common/notification_registrar.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| class BrowsingInstance;
|
|
|