| Index: content/browser/zygote_host/zygote_host_impl_linux.h
|
| diff --git a/content/browser/zygote_host_impl_linux.h b/content/browser/zygote_host/zygote_host_impl_linux.h
|
| similarity index 92%
|
| rename from content/browser/zygote_host_impl_linux.h
|
| rename to content/browser/zygote_host/zygote_host_impl_linux.h
|
| index ce29eeee455c7485e90eea0b23b86e36f1b91e08..17a6b3519bd3c2d9be958cf4106a75b5869660d0 100644
|
| --- a/content/browser/zygote_host_impl_linux.h
|
| +++ b/content/browser/zygote_host/zygote_host_impl_linux.h
|
| @@ -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 CONTENT_BROWSER_ZYGOTE_HOST_IMPL_LINUX_H_
|
| -#define CONTENT_BROWSER_ZYGOTE_HOST_IMPL_LINUX_H_
|
| +#ifndef CONTENT_BROWSER_ZYGOTE_HOST_ZYGOTE_HOST_IMPL_LINUX_H_
|
| +#define CONTENT_BROWSER_ZYGOTE_HOST_ZYGOTE_HOST_IMPL_LINUX_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -65,4 +65,4 @@ class CONTENT_EXPORT ZygoteHostImpl : public content::ZygoteHost {
|
| int sandbox_status_;
|
| };
|
|
|
| -#endif // CONTENT_BROWSER_ZYGOTE_HOST_IMPL_LINUX_H_
|
| +#endif // CONTENT_BROWSER_ZYGOTE_HOST_ZYGOTE_HOST_IMPL_LINUX_H_
|
|
|