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

Unified Diff: content/shell/renderer/test_runner/MockWebMIDIAccessor.h

Issue 279403006: Update WebFrameTestProxy and WebTestProxy to mostly follow Chrome style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 7 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
Index: content/shell/renderer/test_runner/MockWebMIDIAccessor.h
diff --git a/content/shell/renderer/test_runner/MockWebMIDIAccessor.h b/content/shell/renderer/test_runner/MockWebMIDIAccessor.h
index 302c5bfc1c43053f08854cd783d5a16a79af398a..3fa0a31b114be24105671263e4cec1afd8151869 100644
--- a/content/shell/renderer/test_runner/MockWebMIDIAccessor.h
+++ b/content/shell/renderer/test_runner/MockWebMIDIAccessor.h
@@ -31,7 +31,7 @@ public:
double timestamp) OVERRIDE {}
// WebTask related methods
- WebTaskList* taskList() { return &m_taskList; }
+ WebTaskList* mutable_task_list() { return &m_taskList; }
private:
blink::WebMIDIAccessorClient* m_client;
« no previous file with comments | « content/shell/renderer/test_runner/MockColorChooser.cpp ('k') | content/shell/renderer/test_runner/MockWebMediaStreamCenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698