summaryrefslogtreecommitdiffstats
path: root/chrome/common/sandbox_mac_system_access_unittest.mm
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-06 05:48:24 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-06 05:48:24 +0000
commit43a41b57e551c9a31586cfb1c2a76b05a8ca44ae (patch)
tree8c71e227cb24d2f7a1d37b20543c790724baaa47 /chrome/common/sandbox_mac_system_access_unittest.mm
parent4488e65fb39ce4ed0ccd40dd89615acb2de1d9f3 (diff)
downloadchromium_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_system_access_unittest.mm')
-rw-r--r--chrome/common/sandbox_mac_system_access_unittest.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/sandbox_mac_system_access_unittest.mm b/chrome/common/sandbox_mac_system_access_unittest.mm
index 3ae41d7..382aa2c 100644
--- a/chrome/common/sandbox_mac_system_access_unittest.mm
+++ b/chrome/common/sandbox_mac_system_access_unittest.mm
@@ -67,11 +67,11 @@ void MacSandboxedClipboardTestCase::SetTestData(const char* test_data) {
TEST_F(MacSandboxTest, ClipboardAccess) {
NSPasteboard* pb = [NSPasteboard pasteboardWithUniqueName];
EXPECT_EQ([[pb types] count], 0U);
-
+
std::string pasteboard_name = base::SysNSStringToUTF8([pb name]);
EXPECT_TRUE(RunTestInAllSandboxTypes("MacSandboxedClipboardTestCase",
pasteboard_name.c_str()));
-
+
// After executing the test, the clipboard should still be empty.
EXPECT_EQ([[pb types] count], 0U);
}