| Index: content/browser/zygote_host_linux.h
|
| ===================================================================
|
| --- content/browser/zygote_host_linux.h (revision 75653)
|
| +++ content/browser/zygote_host_linux.h (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_ZYGOTE_HOST_LINUX_H_
|
| -#define CHROME_BROWSER_ZYGOTE_HOST_LINUX_H_
|
| +#ifndef CONTENT_BROWSER_ZYGOTE_HOST_LINUX_H_
|
| +#define CONTENT_BROWSER_ZYGOTE_HOST_LINUX_H_
|
| #pragma once
|
|
|
| #include <unistd.h>
|
| @@ -95,4 +95,4 @@
|
| int sandbox_status_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_ZYGOTE_HOST_LINUX_H_
|
| +#endif // CONTENT_BROWSER_ZYGOTE_HOST_LINUX_H_
|
|
|