| Index: content/browser/renderer_host/render_view_host_notification_task.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_view_host_notification_task.h (revision 0)
|
| +++ content/browser/renderer_host/render_view_host_notification_task.h (working copy)
|
| @@ -7,15 +7,15 @@
|
| // or one of its delegate interfaces. The notifications are dispatched
|
| // asynchronously, and only if the specified RenderViewHost still exists.
|
|
|
| -#ifndef CHROME_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_NOTIFICATION_TASK_H_
|
| -#define CHROME_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_NOTIFICATION_TASK_H_
|
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_NOTIFICATION_TASK_H_
|
| +#define CONTENT_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_NOTIFICATION_TASK_H_
|
| #pragma once
|
|
|
| #include "base/callback.h"
|
| #include "base/task.h"
|
| #include "chrome/browser/browser_thread.h"
|
| -#include "chrome/browser/renderer_host/render_view_host.h"
|
| -#include "chrome/browser/renderer_host/render_view_host_delegate.h"
|
| +#include "content/browser/renderer_host/render_view_host.h"
|
| +#include "content/browser/renderer_host/render_view_host_delegate.h"
|
|
|
| // ----------------------------------------------------------------------------
|
|
|
| @@ -334,4 +334,4 @@
|
|
|
| // ----------------------------------------------------------------------------
|
|
|
| -#endif // CHROME_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_NOTIFICATION_TASK_H_
|
| +#endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_NOTIFICATION_TASK_H_
|
|
|