| Index: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfEnums_autogen.h
 | 
| ===================================================================
 | 
| --- experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfEnums_autogen.h	(revision 10834)
 | 
| +++ experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfEnums_autogen.h	(working copy)
 | 
| @@ -1,6 +1,13 @@
 | 
| -#ifndef __DEFINED__SkPdfEnums
 | 
| -#define __DEFINED__SkPdfEnums
 | 
| +/*
 | 
| + * Copyright 2013 Google Inc.
 | 
|  
 | 
| + * Use of this source code is governed by a BSD-style license that can be
 | 
| + * found in the LICENSE file.
 | 
| + */
 | 
| +
 | 
| +#ifndef SkPdfEnums_DEFINED
 | 
| +#define SkPdfEnums_DEFINED
 | 
| +
 | 
|  enum SkPdfNativeObjectType {
 | 
|    kNone_SkPdfNativeObjectType = 0,
 | 
|    kDictionary_SkPdfNativeObjectType,
 | 
| @@ -348,4 +355,4 @@
 | 
|  class SkPdfOpiVersionDictionary;
 | 
|  class SkPdfMultiMasterFontDictionary;
 | 
|  
 | 
| -#endif  // __DEFINED__SkPdfEnums
 | 
| +#endif  // SkPdfEnums_DEFINED
 | 
| 
 |