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

Unified Diff: Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp

Issue 10645009: Merge 120833 - Unreviewed build fix. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp
===================================================================
--- Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp (revision 120979)
+++ Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp (working copy)
@@ -70,7 +70,7 @@
class MockIDBCallbacks : public IDBCallbacks {
public:
static PassRefPtr<MockIDBCallbacks> create() { return adoptRef(new MockIDBCallbacks()); }
- virtual ~MockIDBCallbacks() OVERRIDE
+ virtual ~MockIDBCallbacks()
{
EXPECT_TRUE(m_wasSuccessDBCalled);
}
@@ -96,7 +96,7 @@
class FakeIDBDatabaseCallbacks : public IDBDatabaseCallbacks {
public:
static PassRefPtr<FakeIDBDatabaseCallbacks> create() { return adoptRef(new FakeIDBDatabaseCallbacks()); }
- virtual ~FakeIDBDatabaseCallbacks() OVERRIDE { }
+ virtual ~FakeIDBDatabaseCallbacks() { }
virtual void onVersionChange(const String& version) OVERRIDE { }
private:
FakeIDBDatabaseCallbacks() { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698