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

Unified Diff: gin/test/v8_test.h

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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 | « crypto/secure_hash_openssl.cc ('k') | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_trace_marker.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/test/v8_test.h
diff --git a/gin/test/v8_test.h b/gin/test/v8_test.h
index 39ed4e97629c06c867df2772e8abef7d0082102b..e9209ce97921fb17333382092b754b7ebc79970b 100644
--- a/gin/test/v8_test.h
+++ b/gin/test/v8_test.h
@@ -20,10 +20,10 @@ class IsolateHolder;
class V8Test : public testing::Test {
public:
V8Test();
- virtual ~V8Test();
+ ~V8Test() override;
- virtual void SetUp() override;
- virtual void TearDown() override;
+ void SetUp() override;
+ void TearDown() override;
protected:
scoped_ptr<IsolateHolder> instance_;
« no previous file with comments | « crypto/secure_hash_openssl.cc ('k') | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_trace_marker.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698