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

Side by Side Diff: experimental/PdfViewer/pdfparser/SkPdfNYI.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #ifndef EXPERIMENTAL_PDFVIEWER_PDFPARSER_SKPDFNYI_H_ 1 /*
2 #define EXPERIMENTAL_PDFVIEWER_PDFPARSER_SKPDFNYI_H_ 2 * Copyright 2013 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8 #ifndef SkPdfNYI_DEFINED
9 #define SkPdfNYI_DEFINED
3 10
4 struct SkPdfFileSpec {}; 11 struct SkPdfFileSpec {};
5 12
6 // TODO(edisonn): date is actually a string! 13 // TODO(edisonn): date is actually a string!
7 14
8 struct SkPdfDate {}; 15 struct SkPdfDate {};
9 struct SkPdfTree {}; 16 struct SkPdfTree {};
10 struct SkPdfFunction {}; 17 struct SkPdfFunction {};
11 18
12 19
13 #endif // EXPERIMENTAL_PDFVIEWER_PDFPARSER_SKPDFNYI_H_ 20 #endif // SkPdfNYI_DEFINED
OLDNEW
« no previous file with comments | « experimental/PdfViewer/pdf_viewer_main.cpp ('k') | experimental/PdfViewer/pdfparser/SkPdfNYI.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698