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

Unified Diff: content/shell/renderer/test_runner/MockColorChooser.cpp

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/MockColorChooser.cpp
diff --git a/content/shell/renderer/test_runner/MockColorChooser.cpp b/content/shell/renderer/test_runner/MockColorChooser.cpp
index cd7609bd7b1b10914857bd13cbd712571c828b2f..67ba0f475cece462f6ae267bff2e7ee70354b33a 100644
--- a/content/shell/renderer/test_runner/MockColorChooser.cpp
+++ b/content/shell/renderer/test_runner/MockColorChooser.cpp
@@ -5,7 +5,7 @@
#include "content/shell/renderer/test_runner/MockColorChooser.h"
#include "content/shell/renderer/test_runner/WebTestDelegate.h"
-#include "content/shell/renderer/test_runner/WebTestProxy.h"
+#include "content/shell/renderer/test_runner/web_test_proxy.h"
using namespace blink;
using namespace std;
@@ -33,12 +33,12 @@ MockColorChooser::MockColorChooser(blink::WebColorChooserClient* client, WebTest
, m_delegate(delegate)
, m_proxy(proxy)
{
- m_proxy->didOpenChooser();
+ m_proxy->DidOpenChooser();
}
MockColorChooser::~MockColorChooser()
{
- m_proxy->didCloseChooser();
+ m_proxy->DidCloseChooser();
}
void MockColorChooser::setSelectedColor(const blink::WebColor)
« no previous file with comments | « content/shell/renderer/test_runner/MockColorChooser.h ('k') | content/shell/renderer/test_runner/MockWebMIDIAccessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698