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

Unified Diff: third_party/base/logging.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/BUILD.gn ('k') | third_party/base/macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/base/logging.h
diff --git a/third_party/logging.h b/third_party/base/logging.h
similarity index 79%
rename from third_party/logging.h
rename to third_party/base/logging.h
index 3629e84d4a986404bfb742a7619e18595091d468..d24f93b2a12f46b6c3ec448ae5f91ac2552641bb 100644
--- a/third_party/logging.h
+++ b/third_party/base/logging.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_LOGGING_H_
-#define BASE_LOGGING_H_
+#ifndef PDFIUM_THIRD_PARTY_BASE_LOGGING_H_
+#define PDFIUM_THIRD_PARTY_BASE_LOGGING_H_
#include <stdlib.h>
@@ -15,4 +15,4 @@
#define NOTREACHED() abort()
-#endif // BASE_LOGGING_H_
+#endif // PDFIUM_THIRD_PARTY_BASE_LOGGING_H_
« no previous file with comments | « third_party/BUILD.gn ('k') | third_party/base/macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698