Index: experimental/PdfViewer/SkPdfGraphicsState.h |
=================================================================== |
--- experimental/PdfViewer/SkPdfGraphicsState.h (revision 10772) |
+++ experimental/PdfViewer/SkPdfGraphicsState.h (working copy) |
@@ -1,6 +1,13 @@ |
-#ifndef __DEFINED__SkPdfBasics |
-#define __DEFINED__SkPdfBasics |
+/* |
+ * 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 SkPdfGraphicsState_DEFINED |
+#define SkPdfGraphicsState_DEFINED |
+ |
#include "SkCanvas.h" |
#include "SkPaint.h" |
#include "SkPdfConfig.h" |
@@ -471,4 +478,4 @@ |
~SkPdfContext(); |
}; |
-#endif // __DEFINED__SkPdfBasics |
+#endif // SkPdfGraphicsState_DEFINED |