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

Unified Diff: experimental/PdfViewer/SkPdfConfig.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
« no previous file with comments | « experimental/PdfViewer/SkNulCanvas.cpp ('k') | experimental/PdfViewer/SkPdfFont.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/PdfViewer/SkPdfConfig.h
===================================================================
--- experimental/PdfViewer/SkPdfConfig.h (revision 10721)
+++ experimental/PdfViewer/SkPdfConfig.h (working copy)
@@ -1,6 +1,13 @@
-#ifndef __DEFINED__SkPdfConfig
-#define __DEFINED__SkPdfConfig
+/*
+ * 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 SkPdfConfig_DEFINED
+#define SkPdfConfig_DEFINED
+
//#define PDF_TRACE
//#define PDF_TRACE_READ_TOKEN
//#define PDF_TRACE_DRAWTEXT
@@ -9,4 +16,4 @@
//#define PDF_DEBUG_NO_PAGE_CLIPING
//#define PDF_DEBUG_3X
-#endif // __DEFINED__SkPdfConfig
+#endif // SkPdfConfig_DEFINED
« no previous file with comments | « experimental/PdfViewer/SkNulCanvas.cpp ('k') | experimental/PdfViewer/SkPdfFont.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698