| Index: third_party/WebKit/Source/core/frame/NavigatorCPU.h
|
| diff --git a/third_party/WebKit/Source/core/frame/NavigatorCPU.h b/third_party/WebKit/Source/core/frame/NavigatorCPU.h
|
| deleted file mode 100644
|
| index 7fc4db40d4b86e04bb5310aa0e434136d3e1a6c4..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/frame/NavigatorCPU.h
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef NavigatorCPU_h
|
| -#define NavigatorCPU_h
|
| -
|
| -#include "core/CoreExport.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class CORE_EXPORT NavigatorCPU {
|
| - public:
|
| - unsigned hardwareConcurrency() const;
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // NavigatorCPU_h
|
|
|