summaryrefslogtreecommitdiffstats
path: root/base/memory/weak_ptr_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/memory/weak_ptr_unittest.cc')
-rw-r--r--base/memory/weak_ptr_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/memory/weak_ptr_unittest.cc b/base/memory/weak_ptr_unittest.cc
index 515df69..be3b6db 100644
--- a/base/memory/weak_ptr_unittest.cc
+++ b/base/memory/weak_ptr_unittest.cc
@@ -9,7 +9,7 @@
#include "base/bind.h"
#include "base/debug/leak_annotations.h"
#include "base/memory/scoped_ptr.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "base/synchronization/waitable_event.h"
#include "base/threading/thread.h"
#include "testing/gtest/include/gtest/gtest.h"