Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(323)

Unified Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfRubberStampAnnotationDictionary_autogen.h

Issue 23361009: pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo with foo_DEFINED to matc… (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfRubberStampAnnotationDictionary_autogen.h
===================================================================
--- experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfRubberStampAnnotationDictionary_autogen.h (revision 10834)
+++ experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfRubberStampAnnotationDictionary_autogen.h (working copy)
@@ -1,6 +1,13 @@
-#ifndef __DEFINED__SkPdfRubberStampAnnotationDictionary
-#define __DEFINED__SkPdfRubberStampAnnotationDictionary
+/*
+ * 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 SkPdfRubberStampAnnotationDictionary_DEFINED
+#define SkPdfRubberStampAnnotationDictionary_DEFINED
+
#include "SkPdfDictionary_autogen.h"
// Additional entries specific to a rubber stamp annotation
@@ -519,4 +526,4 @@
bool has_Name() const;
};
-#endif // __DEFINED__NATIVE_SkPdfRubberStampAnnotationDictionary
+#endif // SkPdfRubberStampAnnotationDictionary_DEFINED

Powered by Google App Engine
This is Rietveld 408576698