| Index: content/common/sandbox_methods_linux.h
|
| ===================================================================
|
| --- content/common/sandbox_methods_linux.h (revision 78452)
|
| +++ content/common/sandbox_methods_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_COMMON_SANDBOX_METHODS_LINUX_H_
|
| -#define CHROME_COMMON_SANDBOX_METHODS_LINUX_H_
|
| +#ifndef CONTENT_COMMON_SANDBOX_METHODS_LINUX_H_
|
| +#define CONTENT_COMMON_SANDBOX_METHODS_LINUX_H_
|
| #pragma once
|
|
|
| // This is a list of sandbox IPC methods which the renderer may send to the
|
| @@ -22,4 +22,4 @@
|
| };
|
| };
|
|
|
| -#endif // CHROME_COMMON_SANDBOX_METHODS_LINUX_H_
|
| +#endif // CONTENT_COMMON_SANDBOX_METHODS_LINUX_H_
|
|
|