summaryrefslogtreecommitdiff
path: root/chromium/base/memory/scoped_refptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/memory/scoped_refptr.h')
-rw-r--r--chromium/base/memory/scoped_refptr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/memory/scoped_refptr.h b/chromium/base/memory/scoped_refptr.h
index 238b61a7363..a746f95c010 100644
--- a/chromium/base/memory/scoped_refptr.h
+++ b/chromium/base/memory/scoped_refptr.h
@@ -11,8 +11,8 @@
#include <type_traits>
#include <utility>
+#include "base/check.h"
#include "base/compiler_specific.h"
-#include "base/logging.h"
#include "base/macros.h"
template <class T>