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

Unified Diff: fpdfsdk/fsdk_pauseadapter.cpp

Issue 2384503003: Move fpdfsdk/include to fpdfsdk (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 | « fpdfsdk/fsdk_pauseadapter.h ('k') | fpdfsdk/include/cba_annotiterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fsdk_pauseadapter.cpp
diff --git a/fpdfsdk/fsdk_pauseadapter.cpp b/fpdfsdk/fsdk_pauseadapter.cpp
index 067177b5e9ccca46e43d2ae81fc3eb7d126af5dc..a1ea46b43e48b7709cf94d9195102c7f1f845d16 100644
--- a/fpdfsdk/fsdk_pauseadapter.cpp
+++ b/fpdfsdk/fsdk_pauseadapter.cpp
@@ -4,7 +4,7 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "fpdfsdk/include/fsdk_pauseadapter.h"
+#include "fpdfsdk/fsdk_pauseadapter.h"
IFSDK_PAUSE_Adapter::IFSDK_PAUSE_Adapter(IFSDK_PAUSE* IPause)
: m_IPause(IPause) {}
« no previous file with comments | « fpdfsdk/fsdk_pauseadapter.h ('k') | fpdfsdk/include/cba_annotiterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698