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

Unified Diff: chrome/common/sandbox_mac.mm

Issue 2762014: Mac: clang build (Closed)
Patch Set: more Created 10 years, 6 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
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_mac.h ('k') | skia/ext/skia_utils_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/sandbox_mac.mm
diff --git a/chrome/common/sandbox_mac.mm b/chrome/common/sandbox_mac.mm
index dc160dd117f73d2144d3b8735fc118c945a66bee..94b5f5db982c11aeea4a698a488133606bfb7ffa 100644
--- a/chrome/common/sandbox_mac.mm
+++ b/chrome/common/sandbox_mac.mm
@@ -246,7 +246,7 @@ bool EnableSandbox(SandboxProcessType sandbox_type,
const FilePath& allowed_dir) {
// Name of the file containing a common prefix included at the start of
// all the other sandbox profiles.
- const NSString* kCommonSandboxPrefixFileName = @"common";
+ NSString* kCommonSandboxPrefixFileName = @"common";
// Sanity - currently only SANDBOX_TYPE_UTILITY supports a directory being
// passed in.
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_mac.h ('k') | skia/ext/skia_utils_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698