summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/child_process.h')
-rw-r--r--chrome/common/child_process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/child_process.h b/chrome/common/child_process.h
index bc878de..c656317 100644
--- a/chrome/common/child_process.h
+++ b/chrome/common/child_process.h
@@ -8,8 +8,8 @@
#include "base/basictypes.h"
#include "base/scoped_ptr.h"
-#include "base/thread.h"
-#include "base/waitable_event.h"
+#include "base/threading/thread.h"
+#include "base/synchronization/waitable_event.h"
class ChildThread;