| Index: experimental/PdfViewer/SkPdfUtils.h
|
| ===================================================================
|
| --- experimental/PdfViewer/SkPdfUtils.h (revision 10772)
|
| +++ experimental/PdfViewer/SkPdfUtils.h (working copy)
|
| @@ -1,6 +1,13 @@
|
| -#ifndef __DEFINED__SkPdfUtils
|
| -#define __DEFINED__SkPdfUtils
|
| +/*
|
| + * 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 SkPdfUtils_DEFINED
|
| +#define SkPdfUtils_DEFINED
|
| +
|
| #include "SkMatrix.h"
|
| #include "SkRect.h"
|
| #include "SkPdfConfig.h"
|
| @@ -63,4 +70,4 @@
|
| #define SkTraceRect(a,b)
|
| #endif
|
|
|
| -#endif // __DEFINED__SkPdfUtils
|
| +#endif // SkPdfUtils_DEFINED
|
|
|