diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-06 05:48:24 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-06 05:48:24 +0000 |
commit | 43a41b57e551c9a31586cfb1c2a76b05a8ca44ae (patch) | |
tree | 8c71e227cb24d2f7a1d37b20543c790724baaa47 /chrome/common/sandbox_mac_unittest_helper.h | |
parent | 4488e65fb39ce4ed0ccd40dd89615acb2de1d9f3 (diff) | |
download | chromium_src-43a41b57e551c9a31586cfb1c2a76b05a8ca44ae.zip chromium_src-43a41b57e551c9a31586cfb1c2a76b05a8ca44ae.tar.gz chromium_src-43a41b57e551c9a31586cfb1c2a76b05a8ca44ae.tar.bz2 |
Whitespace change to trigger bots.
TBR=viettrungluu@chromium.org
Review URL: http://codereview.chromium.org/2658005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49017 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/sandbox_mac_unittest_helper.h')
-rw-r--r-- | chrome/common/sandbox_mac_unittest_helper.h | 2 |
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; } |