| Index: src/inspector/remote-object-id.cc
|
| diff --git a/src/inspector/RemoteObjectId.cpp b/src/inspector/remote-object-id.cc
|
| similarity index 96%
|
| rename from src/inspector/RemoteObjectId.cpp
|
| rename to src/inspector/remote-object-id.cc
|
| index 75cd17bf9054b10a671ce20c49235e4871b165b4..d83020c6f20208cc3115a0f57d931a53dad6e6b3 100644
|
| --- a/src/inspector/RemoteObjectId.cpp
|
| +++ b/src/inspector/remote-object-id.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/inspector/RemoteObjectId.h"
|
| +#include "src/inspector/remote-object-id.h"
|
|
|
| -#include "src/inspector/StringUtil.h"
|
| #include "src/inspector/protocol/Protocol.h"
|
| +#include "src/inspector/string-util.h"
|
|
|
| namespace v8_inspector {
|
|
|
|
|