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

Unified Diff: third_party/base/macros.h

Issue 900753002: Add namespace and re-arrange PDFium's local copy of chromium /base. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rename safemath target to pdfium_base Created 5 years, 10 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 | « third_party/base/logging.h ('k') | third_party/base/numerics/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/base/macros.h
diff --git a/third_party/macros.h b/third_party/base/macros.h
similarity index 89%
rename from third_party/macros.h
rename to third_party/base/macros.h
index b1b8c10888a3f0e2c2e77b42c9b9921d22d4001c..05c3132e4693861ae6b4cf9dd44b8a5d29b9104c 100644
--- a/third_party/macros.h
+++ b/third_party/base/macros.h
@@ -7,8 +7,8 @@
// that are closely related to things that are commonly used that belong in this
// file.)
-#ifndef BASE_MACROS_H_
-#define BASE_MACROS_H_
+#ifndef PDFIUM_THIRD_PARTY_BASE_MACROS_H_
+#define PDFIUM_THIRD_PARTY_BASE_MACROS_H_
// The COMPILE_ASSERT macro can be used to verify that a compile time
// expression is true. For example, you could use it to verify the
@@ -28,4 +28,4 @@
#undef COMPILE_ASSERT
#define COMPILE_ASSERT(expr, msg) static_assert(expr, #msg)
-#endif // BASE_MACROS_H_
+#endif // PDFIUM_THIRD_PARTY_BASE_MACROS_H_
« no previous file with comments | « third_party/base/logging.h ('k') | third_party/base/numerics/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698