diff options
Diffstat (limited to 'third_party/base/debug/alias.cc')
-rw-r--r-- | third_party/base/debug/alias.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/base/debug/alias.cc b/third_party/base/debug/alias.cc index 3ab554fe48..6ee2ee9752 100644 --- a/third_party/base/debug/alias.cc +++ b/third_party/base/debug/alias.cc @@ -6,6 +6,7 @@ #include "build/build_config.h" +namespace pdfium { namespace base { namespace debug { @@ -26,3 +27,4 @@ void Alias(const void* var) { } // namespace debug } // namespace base +} // namespace pdfium |