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

Unified Diff: third_party/base/numerics/safe_math_impl.h

Issue 1434223002: Remove relative includes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: 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: third_party/base/numerics/safe_math_impl.h
diff --git a/third_party/base/numerics/safe_math_impl.h b/third_party/base/numerics/safe_math_impl.h
index 14897202bd4ab58f529407024dacced928a7ed4a..420944669431732470cc5511310bf309f87fb316 100644
--- a/third_party/base/numerics/safe_math_impl.h
+++ b/third_party/base/numerics/safe_math_impl.h
@@ -11,9 +11,9 @@
#include <cstdlib>
#include <limits>
-#include "../macros.h"
-#include "../template_util.h"
#include "safe_conversions.h"
+#include "third_party/base/macros.h"
+#include "third_party/base/template_util.h"
namespace pdfium {
namespace base {

Powered by Google App Engine
This is Rietveld 408576698