michael@0: // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. michael@0: // Use of this source code is governed by a BSD-style license that can be michael@0: // found in the LICENSE file. michael@0: michael@0: #include "platform_test.h" michael@0: michael@0: #import michael@0: michael@0: PlatformTest::PlatformTest() michael@0: : pool_([[NSAutoreleasePool alloc] init]) { michael@0: } michael@0: michael@0: PlatformTest::~PlatformTest() { michael@0: [pool_ release]; michael@0: }