blob: 98fca9013fb8b6c649925846d99778dd3e794d86 (
plain)
1
2
3
4
5
6
7
|
// Copyright (c) 2008 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.
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
|