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

Unified Diff: third_party/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/base/template_util.h ('k') | third_party/macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/logging.h
diff --git a/third_party/logging.h b/third_party/logging.h
deleted file mode 100644
index 3629e84d4a986404bfb742a7619e18595091d468..0000000000000000000000000000000000000000
--- a/third_party/logging.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) 2014 The Chromium Authors. All rights reserved.
-// 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_
-
-#include <stdlib.h>
-
-#define CHECK(condition) \
- if (!(condition)) { \
- abort(); \
- *(reinterpret_cast<volatile char*>(NULL) + 42) = 0x42; \
- }
-
-#define NOTREACHED() abort()
-
-#endif // BASE_LOGGING_H_
« no previous file with comments | « third_party/base/template_util.h ('k') | third_party/macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698