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

Side by Side Diff: base/shared_memory_unittest.cc

Issue 8822010: mac: use the preprocessor for the mac header (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Revert "mac: use the preprocessor for the mac header" Created 9 years 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 unified diff | Download patch
« no previous file with comments | « base/message_pump_libevent.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/basictypes.h" 5 #include "base/basictypes.h"
6 #if defined(OS_MACOSX)
7 #include "base/mac/scoped_nsautorelease_pool.h"
8 #endif
9 #include "base/memory/scoped_ptr.h" 6 #include "base/memory/scoped_ptr.h"
10 #include "base/shared_memory.h" 7 #include "base/shared_memory.h"
11 #include "base/test/multiprocess_test.h" 8 #include "base/test/multiprocess_test.h"
12 #include "base/threading/platform_thread.h" 9 #include "base/threading/platform_thread.h"
13 #include "base/time.h" 10 #include "base/time.h"
14 #include "testing/gtest/include/gtest/gtest.h" 11 #include "testing/gtest/include/gtest/gtest.h"
15 #include "testing/multiprocess_func_list.h" 12 #include "testing/multiprocess_func_list.h"
16 13
17 #if defined(OS_MACOSX) 14 #if defined(OS_MACOSX)
18 #include "base/mac/scoped_nsautorelease_pool.h" 15 #include "base/mac/scoped_nsautorelease_pool.h"
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 } 424 }
428 425
429 SharedMemoryProcessTest::CleanUp(); 426 SharedMemoryProcessTest::CleanUp();
430 } 427 }
431 428
432 MULTIPROCESS_TEST_MAIN(SharedMemoryTestMain) { 429 MULTIPROCESS_TEST_MAIN(SharedMemoryTestMain) {
433 return SharedMemoryProcessTest::TaskTestMain(); 430 return SharedMemoryProcessTest::TaskTestMain();
434 } 431 }
435 432
436 } // namespace base 433 } // namespace base
OLDNEW
« no previous file with comments | « base/message_pump_libevent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698