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

Unified Diff: core/fxcodec/fx_codec_def.h

Issue 2381063002: Move core/fxcodec/codec/include and core/fxcodec/include files up (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/fxcodec/fx_codec.h ('k') | core/fxcodec/include/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcodec/fx_codec_def.h
diff --git a/core/fxcodec/include/fx_codec_def.h b/core/fxcodec/fx_codec_def.h
similarity index 94%
rename from core/fxcodec/include/fx_codec_def.h
rename to core/fxcodec/fx_codec_def.h
index fb1b5bcdacf2602203e7da4d276add44ef75aba1..fd23d78fa5933fd351446b68b795d0c0d8b6969e 100644
--- a/core/fxcodec/include/fx_codec_def.h
+++ b/core/fxcodec/fx_codec_def.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FXCODEC_INCLUDE_FX_CODEC_DEF_H_
-#define CORE_FXCODEC_INCLUDE_FX_CODEC_DEF_H_
+#ifndef CORE_FXCODEC_FX_CODEC_DEF_H_
+#define CORE_FXCODEC_FX_CODEC_DEF_H_
enum FXCODEC_STATUS {
FXCODEC_STATUS_ERROR = -1,
@@ -89,4 +89,4 @@ enum FXCODEC_RESUNIT {
#define EXIFTAG_STRING_DATETIME 306
#define EXIFTAG_STRING_COPYRIGHT 33432
-#endif // CORE_FXCODEC_INCLUDE_FX_CODEC_DEF_H_
+#endif // CORE_FXCODEC_FX_CODEC_DEF_H_
« no previous file with comments | « core/fxcodec/fx_codec.h ('k') | core/fxcodec/include/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698