| Index: third_party/WebKit/Source/platform/inspector_protocol/Platform.h
|
| diff --git a/third_party/WebKit/Source/platform/inspector_protocol/Collections.h b/third_party/WebKit/Source/platform/inspector_protocol/Platform.h
|
| similarity index 53%
|
| copy from third_party/WebKit/Source/platform/inspector_protocol/Collections.h
|
| copy to third_party/WebKit/Source/platform/inspector_protocol/Platform.h
|
| index 960c747bae4c65fd4cff74f20b4e7c13395c8bdb..76ba9302abc04770453e2af6d1f3fa58f4c66c50 100644
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/Collections.h
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/Platform.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef Collections_h
|
| -#define Collections_h
|
| +#ifndef protocol_Platform_h
|
| +#define protocol_Platform_h
|
|
|
| #if V8_INSPECTOR_USE_STL
|
| -#include "platform/inspector_protocol/CollectionsSTL.h"
|
| +#include "platform/inspector_protocol/PlatformSTL.h"
|
| #else
|
| -#include "platform/inspector_protocol/CollectionsWTF.h"
|
| +#include "platform/inspector_protocol/PlatformWTF.h"
|
| #endif // V8_INSPECTOR_USE_STL
|
|
|
| -#endif // !defined(Collections_h)
|
| +#endif // !defined(protocol_Platform_h)
|
|
|