| Index: content/browser/site_instance.h
|
| ===================================================================
|
| --- content/browser/site_instance.h (revision 75410)
|
| +++ content/browser/site_instance.h (working copy)
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_RENDERER_HOST_SITE_INSTANCE_H_
|
| -#define CHROME_BROWSER_RENDERER_HOST_SITE_INSTANCE_H_
|
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_SITE_INSTANCE_H_
|
| +#define CONTENT_BROWSER_RENDERER_HOST_SITE_INSTANCE_H_
|
| #pragma once
|
|
|
| -#include "chrome/browser/renderer_host/render_process_host.h"
|
| #include "chrome/common/notification_observer.h"
|
| #include "chrome/common/notification_registrar.h"
|
| +#include "content/browser/renderer_host/render_process_host.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| class BrowsingInstance;
|
| @@ -194,4 +194,4 @@
|
| DISALLOW_COPY_AND_ASSIGN(SiteInstance);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_RENDERER_HOST_SITE_INSTANCE_H_
|
| +#endif // CONTENT_BROWSER_RENDERER_HOST_SITE_INSTANCE_H_
|
|
|