summaryrefslogtreecommitdiffstats
path: root/base/scoped_handle_win.h
blob: a7c4b2e0269c69268a3271b601bdfccb6744bf02 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// TODO(brettw) remove this file when all callers are converted to using the
// new location/namespace
#include "base/win/scoped_handle.h"

using base::win::ScopedHandle;