#ifndef BASE_LOGGING_H_
#define BASE_LOGGING_H_

// NB: This is a nopped out file just to get stuff to compile
#define DCHECK(x)
#define DCHECK_IS_ON() 0

#include <memory.h>

#endif  // BASE_LOGGING_H_
