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

Unified Diff: core/fpdfdoc/fpdf_tagged.h

Issue 2374383003: Move core/fpdfdoc/include to core/fpdfdoc (Closed)
Patch Set: Rebase to master Created 4 years, 3 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 | « core/fpdfdoc/doc_tagged.cpp ('k') | core/fpdfdoc/include/cpdf_aaction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfdoc/fpdf_tagged.h
diff --git a/core/fpdfdoc/include/fpdf_tagged.h b/core/fpdfdoc/fpdf_tagged.h
similarity index 95%
rename from core/fpdfdoc/include/fpdf_tagged.h
rename to core/fpdfdoc/fpdf_tagged.h
index 43d69e8db92585622961d5d5400a1856714b2314..da05b79674cdc12b27dde41f22828b2a516d6ae5 100644
--- a/core/fpdfdoc/include/fpdf_tagged.h
+++ b/core/fpdfdoc/fpdf_tagged.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FPDFDOC_INCLUDE_FPDF_TAGGED_H_
-#define CORE_FPDFDOC_INCLUDE_FPDF_TAGGED_H_
+#ifndef CORE_FPDFDOC_FPDF_TAGGED_H_
+#define CORE_FPDFDOC_FPDF_TAGGED_H_
#include "core/fxge/include/fx_dib.h"
@@ -90,4 +90,4 @@ class IPDF_StructElement {
int subindex = -1) = 0;
};
-#endif // CORE_FPDFDOC_INCLUDE_FPDF_TAGGED_H_
+#endif // CORE_FPDFDOC_FPDF_TAGGED_H_
« no previous file with comments | « core/fpdfdoc/doc_tagged.cpp ('k') | core/fpdfdoc/include/cpdf_aaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698