| Index: src/inspector/string-16.cc
|
| diff --git a/src/inspector/String16.cpp b/src/inspector/string-16.cc
|
| similarity index 99%
|
| rename from src/inspector/String16.cpp
|
| rename to src/inspector/string-16.cc
|
| index 506b2bdb2780a9f3b563c164d789c30971ed34b6..a194a321094b64d5bfd6cc19ef4ed51838c6c8a2 100644
|
| --- a/src/inspector/String16.cpp
|
| +++ b/src/inspector/string-16.cc
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/inspector/String16.h"
|
| -
|
| +#include "src/inspector/string-16.h"
|
| #include "src/base/platform/platform.h"
|
| -#include "src/inspector/ProtocolPlatform.h"
|
| +#include "src/inspector/protocol-platform.h"
|
|
|
| #include <algorithm>
|
| #include <cctype>
|
|
|