Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Unified Diff: src/base/sys-info.h

Issue 2396933002: Revert of Reland "Turn libbase into a component" (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/base/platform/time.h ('k') | src/base/utils/random-number-generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/sys-info.h
diff --git a/src/base/sys-info.h b/src/base/sys-info.h
index 772f44336f0d84aa34e5e973e88d592bbc7bd813..4504c82e37ef21f9497d394f31e4ae40c426bc51 100644
--- a/src/base/sys-info.h
+++ b/src/base/sys-info.h
@@ -6,14 +6,12 @@
#define V8_BASE_SYS_INFO_H_
#include <stdint.h>
-
-#include "src/base/base-export.h"
#include "src/base/compiler-specific.h"
namespace v8 {
namespace base {
-class V8_BASE_EXPORT SysInfo final {
+class SysInfo final {
public:
// Returns the number of logical processors/core on the current machine.
static int NumberOfProcessors();
« no previous file with comments | « src/base/platform/time.h ('k') | src/base/utils/random-number-generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698