| Index: flac/flac.h | 
| =================================================================== | 
| --- flac/flac.h	(revision 0) | 
| +++ flac/flac.h	(revision 0) | 
| @@ -0,0 +1,14 @@ | 
| +// Copyright (c) 2011 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. | 
| + | 
| +#ifndef THIRD_PARTY_FLAC_FLAC_H_ | 
| +#define THIRD_PARTY_FLAC_FLAC_H_ | 
| +#pragma once | 
| + | 
| +// This is a shim header to include the right flac headers. | 
| +// Use this instead of referencing the flac headers directly. | 
| + | 
| +#include "third_party/flac/include/FLAC/stream_encoder.h" | 
| + | 
| +#endif  // THIRD_PARTY_FLAC_FLAC_H_ | 
|  | 
| Property changes on: flac/flac.h | 
| ___________________________________________________________________ | 
| Added: svn:eol-style | 
| + LF | 
|  | 
|  |