Index: chrome/common/logging_chrome.cc |
diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc |
index a0b2e9c1f58e5cb2b8a46ca809098f2e271f9cb5..7f8d908d6e59a67a2ce8500e3bebe0cfbda3a429 100644 |
--- a/chrome/common/logging_chrome.cc |
+++ b/chrome/common/logging_chrome.cc |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "base/memory/scoped_ptr.h" |
danakj
2016/04/02 01:02:16
The header should go down with the rest around l35
dcheng
2016/04/02 01:11:43
Ahhh this file is a mess. Fixed.
|
#include "build/build_config.h" |
- |
dcheng
2016/04/02 00:36:26
I'll restore this newline, just noticed the script
dcheng
2016/04/02 00:54:06
Restored, PTAL.
|
// Need to include this before most other files because it defines |
// IPC_MESSAGE_LOG_ENABLED. We need to use it to define |
// IPC_MESSAGE_MACROS_LOG_ENABLED so render_messages.h will generate the |