summaryrefslogtreecommitdiffstats
path: root/third_party/cld/base/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cld/base/logging.h')
-rw-r--r--third_party/cld/base/logging.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/third_party/cld/base/logging.h b/third_party/cld/base/logging.h
index 52c0eb4..d03e1dc 100644
--- a/third_party/cld/base/logging.h
+++ b/third_party/cld/base/logging.h
@@ -18,15 +18,15 @@
#include "base/port.h"
#include "base/basictypes.h"
-#include "third_party/cld/base/commandlineflags.h"
-#include "third_party/cld/base/crash.h"
-#include "third_party/cld/base/dynamic_annotations.h"
-#include "third_party/cld/base/macros.h"
-#include "third_party/cld/base/scoped_ptr.h"
-#include "third_party/cld/base/stl_decl_msvc.h"
-#include "third_party/cld/base/log_severity.h"
-#include "third_party/cld/base/vlog_is_on.h"
-#include "third_party/cld/base/global_strip_options.h"
+#include "base/commandlineflags.h"
+#include "base/crash.h"
+#include "base/dynamic_annotations.h"
+#include "base/macros.h"
+#include "base/scoped_ptr.h"
+#include "base/stl_decl_msvc.h"
+#include "base/log_severity.h"
+#include "base/vlog_is_on.h"
+#include "global_strip_options.h"
// Make a bunch of macros for logging. The way to log things is to stream
// things to LOG(<a particular severity level>). E.g.,