summaryrefslogtreecommitdiffstats
path: root/chrome/common/sandbox_mac_unittest_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/sandbox_mac_unittest_helper.h')
-rw-r--r--chrome/common/sandbox_mac_unittest_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/sandbox_mac_unittest_helper.h b/chrome/common/sandbox_mac_unittest_helper.h
index 24a8b4c..3e24009 100644
--- a/chrome/common/sandbox_mac_unittest_helper.h
+++ b/chrome/common/sandbox_mac_unittest_helper.h
@@ -78,7 +78,7 @@ class MacSandboxTestCase {
// enabled.
// Returning false from this function will cause the entire test case to fail.
virtual bool SandboxedTest() = 0;
-
+
// The data that's passed in the |user_data| parameter of
// RunTest[s]InSandbox() is passed to this function.
virtual void SetTestData(const char* test_data) { test_data_ = test_data; }