config.h 456 B

12345678910111213
  1. // Copyright (c) 2010 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef BASE_THIRD_PARTY_SYMBOLIZE_CONFIG_H_
  5. #define BASE_THIRD_PARTY_SYMBOLIZE_CONFIG_H_
  6. #define GOOGLE_GLOG_DLL_DECL
  7. #define GOOGLE_NAMESPACE google
  8. #define _START_GOOGLE_NAMESPACE_ namespace google {
  9. #define _END_GOOGLE_NAMESPACE_ }
  10. #endif // BASE_THIRD_PARTY_SYMBOLIZE_CONFIG_H_