Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Unified Diff: content/browser/renderer_host/sandbox_ipc_linux.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/sandbox_ipc_linux.h
diff --git a/content/browser/renderer_host/sandbox_ipc_linux.h b/content/browser/renderer_host/sandbox_ipc_linux.h
index f8cc075c29abe715f99339bfd9b26d2c18fda9cd..33b58c26c398692809d0af45553de2c5978e1e98 100644
--- a/content/browser/renderer_host/sandbox_ipc_linux.h
+++ b/content/browser/renderer_host/sandbox_ipc_linux.h
@@ -4,8 +4,8 @@
// http://code.google.com/p/chromium/wiki/LinuxSandboxIPC
-#ifndef CONTENT_BROWSER_RENDERER_HOST_SANDBOX_IPC_H_
-#define CONTENT_BROWSER_RENDERER_HOST_SANDBOX_IPC_H_
+#ifndef CONTENT_BROWSER_RENDERER_HOST_SANDBOX_IPC_LINUX_H_
+#define CONTENT_BROWSER_RENDERER_HOST_SANDBOX_IPC_LINUX_H_
#include <vector>
@@ -77,4 +77,4 @@ class SandboxIPCHandler : public base::DelegateSimpleThread::Delegate {
} // namespace content
-#endif // CONTENT_BROWSER_RENDERER_HOST_SANDBOX_IPC_H_
+#endif // CONTENT_BROWSER_RENDERER_HOST_SANDBOX_IPC_LINUX_H_
« no previous file with comments | « content/browser/renderer_host/render_widget_host_delegate.h ('k') | content/browser/renderer_host/webmenurunner_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698