| 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_
|
|
|