| Index: src/sweeper-thread.cc
|
| diff --git a/src/sweeper-thread.cc b/src/sweeper-thread.cc
|
| index e8c8cd68d8489644c9330681a514c6800fc350a5..9e28e8dbaf8c04612369520e1fe92a53c3478647 100644
|
| --- a/src/sweeper-thread.cc
|
| +++ b/src/sweeper-thread.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sweeper-thread.h"
|
| +#include "src/sweeper-thread.h"
|
|
|
| -#include "v8.h"
|
| +#include "src/v8.h"
|
|
|
| -#include "isolate.h"
|
| -#include "v8threads.h"
|
| +#include "src/isolate.h"
|
| +#include "src/v8threads.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|