Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 471106 | Differences between
and this patch

Collapse All | Expand All

(-)ngx_pagespeed-master/psol/include/third_party/chromium/src/base/logging.h (+10 lines)
Lines 2-7 Link Here
2
// Use of this source code is governed by a BSD-style license that can be
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
3
// found in the LICENSE file.
4
4
5
// FIX for compile problem with chromium
6
// https://github.com/pagespeed/ngx_pagespeed/issues/197#issuecomment-15655467
7
#ifdef LOG_INFO
8
#undef LOG_INFO
9
#endif
10
11
#ifdef LOG_WARNING
12
#undef LOG_WARNING
13
#endif
14
5
#ifndef BASE_LOGGING_H_
15
#ifndef BASE_LOGGING_H_
6
#define BASE_LOGGING_H_
16
#define BASE_LOGGING_H_
7
17

Return to bug 471106