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

Unified Diff: core/fxcodec/fx_codec.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/codec/include/ccodec_progressivedecoder.h ('k') | core/fxcodec/fx_codec_def.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcodec/fx_codec.h
diff --git a/core/fxcodec/include/fx_codec.h b/core/fxcodec/fx_codec.h
similarity index 96%
rename from core/fxcodec/include/fx_codec.h
rename to core/fxcodec/fx_codec.h
index 8621db2b2cc8e4fcb09d9f290d50a8119909002a..5e00faf328939bef0260e099616dda008c3453ee 100644
--- a/core/fxcodec/include/fx_codec.h
+++ b/core/fxcodec/fx_codec.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FXCODEC_INCLUDE_FX_CODEC_H_
-#define CORE_FXCODEC_INCLUDE_FX_CODEC_H_
+#ifndef CORE_FXCODEC_FX_CODEC_H_
+#define CORE_FXCODEC_FX_CODEC_H_
#include <map>
#include <memory>
@@ -19,7 +19,7 @@
#include "core/fxcodec/codec/ccodec_jpegmodule.h"
#include "core/fxcodec/codec/ccodec_jpxmodule.h"
#include "core/fxcodec/codec/ccodec_scanlinedecoder.h"
-#include "core/fxcodec/include/fx_codec_def.h"
+#include "core/fxcodec/fx_codec_def.h"
#include "core/fxcrt/include/fx_basic.h"
#include "core/fxcrt/include/fx_coordinates.h"
@@ -126,4 +126,4 @@ void FaxG4Decode(const uint8_t* src_buf,
int height,
int pitch);
-#endif // CORE_FXCODEC_INCLUDE_FX_CODEC_H_
+#endif // CORE_FXCODEC_FX_CODEC_H_
« no previous file with comments | « core/fxcodec/codec/include/ccodec_progressivedecoder.h ('k') | core/fxcodec/fx_codec_def.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698