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

Unified Diff: chrome/renderer/renderer_sandbox_support_linux.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « chrome/renderer/renderer_main_platform_delegate.h ('k') | chrome/renderer/renderer_web_database_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer_sandbox_support_linux.h
diff --git a/chrome/renderer/renderer_sandbox_support_linux.h b/chrome/renderer/renderer_sandbox_support_linux.h
index b7d6b77ac2c0eb99dd5bb84863c42de23c719927..f8f080ee8b30d5a0bb79c85e02f0187531371e7c 100644
--- a/chrome/renderer/renderer_sandbox_support_linux.h
+++ b/chrome/renderer/renderer_sandbox_support_linux.h
@@ -2,8 +2,8 @@
// source code is governed by a BSD-style license that can be found in the
// LICENSE file.
-#ifndef CHROME_RENDERER_RENDERER_SANDBOX_SUPPORT_H_
-#define CHROME_RENDERER_RENDERER_SANDBOX_SUPPORT_H_
+#ifndef CHROME_RENDERER_RENDERER_SANDBOX_SUPPORT_LINUX_H_
+#define CHROME_RENDERER_RENDERER_SANDBOX_SUPPORT_LINUX_H_
#include <stdint.h>
@@ -22,4 +22,4 @@ std::string getFontFamilyForCharacters(const uint16_t* utf16, size_t num_utf16);
}; // namespace render_sandbox_support
-#endif // CHROME_RENDERER_RENDER_SANDBOX_SUPPORT_H_
+#endif // CHROME_RENDERER_RENDERER_SANDBOX_SUPPORT_LINUX_H_
« no previous file with comments | « chrome/renderer/renderer_main_platform_delegate.h ('k') | chrome/renderer/renderer_web_database_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698