| Index: src/libsampler/sampler.cc
|
| diff --git a/src/libsampler/v8-sampler.cc b/src/libsampler/sampler.cc
|
| similarity index 99%
|
| rename from src/libsampler/v8-sampler.cc
|
| rename to src/libsampler/sampler.cc
|
| index edf6df130e35e807d1f96c843170ce4c34a16a47..89210873167dc7cda295e3eb4111f207d39f18ea 100644
|
| --- a/src/libsampler/v8-sampler.cc
|
| +++ b/src/libsampler/sampler.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/libsampler/v8-sampler.h"
|
| +#include "src/libsampler/sampler.h"
|
|
|
| #if V8_OS_POSIX && !V8_OS_CYGWIN
|
|
|
|
|