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

Unified Diff: chrome/common/service_process_util_unittest.cc

Issue 9235084: Add OSSTATUS_LOG API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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
Index: chrome/common/service_process_util_unittest.cc
===================================================================
--- chrome/common/service_process_util_unittest.cc (revision 119461)
+++ chrome/common/service_process_util_unittest.cc (working copy)
@@ -330,7 +330,7 @@
OSStatus status = FSMoveObjectToTrashSync(&path_ref,
&new_path_ref,
kFSFileOperationDefaultOptions);
- EXPECT_EQ(status, noErr) << "FSMoveObjectToTrashSync " << status;
+ EXPECT_EQ(status, noErr) << "FSMoveObjectToTrashSync " << status;
}
TEST_F(ServiceProcessStateFileManipulationTest, VerifyLaunchD) {

Powered by Google App Engine
This is Rietveld 408576698