Index: experimental/PdfViewer/SkTrackDevice.h |
=================================================================== |
--- experimental/PdfViewer/SkTrackDevice.h (revision 10721) |
+++ experimental/PdfViewer/SkTrackDevice.h (working copy) |
@@ -1,6 +1,13 @@ |
-#ifndef EXPERIMENTAL_PDFVIEWER_SKTRACKDEVICE_H_ |
-#define EXPERIMENTAL_PDFVIEWER_SKTRACKDEVICE_H_ |
+/* |
+ * 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 SkTrackDevice_DEFINED |
+#define SkTrackDevice_DEFINED |
+ |
#include "SkDevice.h" |
#include "SkTracker.h" |
@@ -173,4 +180,4 @@ |
typedef SkDevice INHERITED; |
}; |
-#endif // EXPERIMENTAL_PDFVIEWER_SKTRACKDEVICE_H_ |
+#endif // SkTrackDevice_DEFINED |