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

Unified Diff: xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp

Issue 1413253003: XFA: Actually fix all relative includes to third_party. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rebase Created 5 years, 1 month 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
Index: xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp
diff --git a/xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp b/xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp
index 11d1021aa2ccca5e626a02d2544e146fdd3fddeb..04279f80b718400adddca89fcc708d4a60fd3b5e 100644
--- a/xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp
+++ b/xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp
@@ -20,11 +20,13 @@
* limitations under the License.
*/
-#include "../../../../third_party/base/nonstd_unique_ptr.h"
-#include "../barcode.h"
+#include "BC_OneDimWriter.h"
+
#include "../BC_Writer.h"
+#include "../barcode.h"
#include "../common/BC_CommonBitMatrix.h"
-#include "BC_OneDimWriter.h"
+#include "third_party/base/nonstd_unique_ptr.h"
+
CBC_OneDimWriter::CBC_OneDimWriter() {
m_locTextLoc = BC_TEXT_LOC_BELOWEMBED;
m_bPrintChecksum = TRUE;
« no previous file with comments | « xfa/src/fxbarcode/oned/BC_OneDimWriter.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698