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

Unified Diff: src/base/cpu.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/bits.h ('k') | src/base/debug/stack_trace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/cpu.h
diff --git a/src/base/cpu.h b/src/base/cpu.h
index e0fcea1ca0350692bbc0c2268f2377de6f119858..19d4102f5b4fe618456ab9f6af453b5258c187fc 100644
--- a/src/base/cpu.h
+++ b/src/base/cpu.h
@@ -13,7 +13,6 @@
#ifndef V8_BASE_CPU_H_
#define V8_BASE_CPU_H_
-#include "src/base/base-export.h"
#include "src/base/macros.h"
namespace v8 {
@@ -29,7 +28,7 @@
// architectures. For each architecture the file cpu_<arch>.cc contains the
// implementation of these static functions.
-class V8_BASE_EXPORT CPU final {
+class CPU final {
public:
CPU();
« no previous file with comments | « src/base/bits.h ('k') | src/base/debug/stack_trace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698