Index: content/browser/browser_child_process_host.h |
=================================================================== |
--- content/browser/browser_child_process_host.h (revision 75626) |
+++ content/browser/browser_child_process_host.h (working copy) |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_BROWSER_CHILD_PROCESS_HOST_H_ |
-#define CHROME_BROWSER_BROWSER_CHILD_PROCESS_HOST_H_ |
+#ifndef CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_H_ |
+#define CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_H_ |
#pragma once |
#include <list> |
-#include "chrome/browser/child_process_launcher.h" |
-#include "chrome/browser/renderer_host/resource_message_filter.h" |
#include "chrome/common/child_process_host.h" |
#include "chrome/common/child_process_info.h" |
+#include "content/browser/child_process_launcher.h" |
+#include "content/browser/renderer_host/resource_message_filter.h" |
class ResourceDispatcherHost; |
@@ -140,4 +140,4 @@ |
scoped_ptr<ChildProcessLauncher> child_process_; |
}; |
-#endif // CHROME_BROWSER_BROWSER_CHILD_PROCESS_HOST_H_ |
+#endif // CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_H_ |