summaryrefslogtreecommitdiffstats
path: root/chrome/common/sandbox_mac_unittest_helper.h
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 17:12:25 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 17:12:25 +0000
commit877fa8e72e5998049c190034a5d666cecd098636 (patch)
tree617ca8dd32f1f9729b380a970a19d7df80216f1b /chrome/common/sandbox_mac_unittest_helper.h
parent659bdeb37b83e6e1d24a7068bc971abf4cf56297 (diff)
downloadchromium_src-877fa8e72e5998049c190034a5d666cecd098636.zip
chromium_src-877fa8e72e5998049c190034a5d666cecd098636.tar.gz
chromium_src-877fa8e72e5998049c190034a5d666cecd098636.tar.bz2
Mac: Fix broken valgrind suppressions.
They don't work locally for me, and on the bots only Mac_Sandbox_Intentional_Leak3 is getting used, which is overly wide. Review URL: http://codereview.chromium.org/2808079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/sandbox_mac_unittest_helper.h')
-rw-r--r--chrome/common/sandbox_mac_unittest_helper.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/common/sandbox_mac_unittest_helper.h b/chrome/common/sandbox_mac_unittest_helper.h
index 3edb7c4..3006576 100644
--- a/chrome/common/sandbox_mac_unittest_helper.h
+++ b/chrome/common/sandbox_mac_unittest_helper.h
@@ -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_MAC_UNITTEST_RUNNER_H_
-#define CHROME_COMMON_SANDBOX_MAC_UNITTEST_RUNNER_H_
+#ifndef CHROME_COMMON_SANDBOX_MAC_UNITTEST_HELPER_H_
+#define CHROME_COMMON_SANDBOX_MAC_UNITTEST_HELPER_H_
#pragma once
#include "base/multiprocess_test.h"
@@ -15,12 +15,12 @@ namespace sandboxtest {
//
// How to write a sandboxed test:
// 1. Create a class that inherits from MacSandboxTestCase and overrides
-// it's functions to run code before or after the sandbox is initialised in a
+// its functions to run code before or after the sandbox is initialised in a
// subprocess.
// 2. Register the class you just created with the REGISTER_SANDBOX_TEST_CASE()
// macro.
// 3. Write a test [using TEST_F()] that inherits from MacSandboxTest and call
-// one of it's helper functions to launch the test.
+// one of its helper functions to launch the test.
//
// Example:
// class TestCaseThatRunsInSandboxedSubprocess :
@@ -114,4 +114,4 @@ template <class T> struct RegisterSandboxTest {
} // namespace sandboxtest
-#endif // CHROME_COMMON_SANDBOX_MAC_UNITTEST_RUNNER_H_
+#endif // CHROME_COMMON_SANDBOX_MAC_UNITTEST_HELPER_H_