summaryrefslogtreecommitdiff
path: root/testing/embedder_test.cpp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-02-18 14:48:48 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-02-18 14:48:48 -0500
commit61046b948a7a15a605147635d317ff3bb27fb452 (patch)
tree257bd5902ca9f242cfec7b19f014885a74edfa1d /testing/embedder_test.cpp
parentdee2d7ba656cdf8111f879485146e0900630826a (diff)
downloadpdfium-61046b948a7a15a605147635d317ff3bb27fb452.tar.xz
Sort headers in non-xfa directories.
This CL runs the chromium sort-headers.py script over the non-xfa code. XFA will be done after the includes have been updated to full paths. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1711793002 .
Diffstat (limited to 'testing/embedder_test.cpp')
-rw-r--r--testing/embedder_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp
index ceca205666..38a3dcdeca 100644
--- a/testing/embedder_test.cpp
+++ b/testing/embedder_test.cpp
@@ -20,8 +20,8 @@
#include "testing/utils/path_service.h"
#ifdef PDF_ENABLE_V8
-#include "v8/include/v8.h"
#include "v8/include/v8-platform.h"
+#include "v8/include/v8.h"
#endif // PDF_ENABLE_V8
namespace {