Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 50d0d8260023e27e578585f37344b5151a9b4a86..ebf48c1a424356358f02781c381d648f6385f044 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -19,6 +19,7 @@ |
#include "base/run_loop.h" |
#include "base/strings/string_number_conversions.h" |
#include "base/strings/string_split.h" |
+#include "base/synchronization/lock.h" |
kinuko
2015/05/22 11:58:40
Unnecessary change; will remove this
|
#include "base/system_monitor/system_monitor.h" |
#include "base/thread_task_runner_handle.h" |
#include "base/threading/thread_restrictions.h" |