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

Unified Diff: src/base/platform/elapsed-timer.h

Issue 526223002: Use Chrome compatible naming for compiler specifics. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: mips Created 6 years, 3 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/condition-variable-unittest.cc ('k') | src/base/platform/mutex.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/platform/elapsed-timer.h
diff --git a/src/base/platform/elapsed-timer.h b/src/base/platform/elapsed-timer.h
index 3f456efdf362ea1d81a42fe7f086002fbb160438..dccba3a3ac29ece576f4aed63d2f9e872a1f4aab 100644
--- a/src/base/platform/elapsed-timer.h
+++ b/src/base/platform/elapsed-timer.h
@@ -11,7 +11,7 @@
namespace v8 {
namespace base {
-class ElapsedTimer V8_FINAL {
+class ElapsedTimer FINAL {
public:
#ifdef DEBUG
ElapsedTimer() : started_(false) {}
« no previous file with comments | « src/base/platform/condition-variable-unittest.cc ('k') | src/base/platform/mutex.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698