| Index: content/browser/renderer_host/render_sandbox_host_linux.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_sandbox_host_linux.h (revision 0)
|
| +++ content/browser/renderer_host/render_sandbox_host_linux.h (working copy)
|
| @@ -4,8 +4,8 @@
|
|
|
| // http://code.google.com/p/chromium/wiki/LinuxSandboxIPC
|
|
|
| -#ifndef CHROME_BROWSER_RENDERER_HOST_RENDER_SANDBOX_HOST_LINUX_H_
|
| -#define CHROME_BROWSER_RENDERER_HOST_RENDER_SANDBOX_HOST_LINUX_H_
|
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_SANDBOX_HOST_LINUX_H_
|
| +#define CONTENT_BROWSER_RENDERER_HOST_RENDER_SANDBOX_HOST_LINUX_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -49,4 +49,4 @@
|
| DISALLOW_COPY_AND_ASSIGN(RenderSandboxHostLinux);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_RENDERER_HOST_RENDER_SANDBOX_HOST_LINUX_H_
|
| +#endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_SANDBOX_HOST_LINUX_H_
|
|
|