Index: chrome/browser/net/dns_probe_browsertest.cc |
diff --git a/chrome/browser/net/dns_probe_browsertest.cc b/chrome/browser/net/dns_probe_browsertest.cc |
index d254d4e48f97c32c6b6e01026a3b826eea920a25..565874560a7a4824e467580a781828a7d4779825 100644 |
--- a/chrome/browser/net/dns_probe_browsertest.cc |
+++ b/chrome/browser/net/dns_probe_browsertest.cc |
@@ -429,7 +429,7 @@ class DnsProbeBrowserTest : public InProcessBrowserTest { |
virtual ~DnsProbeBrowserTest(); |
virtual void SetUpOnMainThread() OVERRIDE; |
- virtual void CleanUpOnMainThread() OVERRIDE; |
+ virtual void TearDownOnMainThread() OVERRIDE; |
protected: |
// Sets the browser object that other methods apply to, and that has the |
@@ -509,7 +509,7 @@ void DnsProbeBrowserTest::SetUpOnMainThread() { |
SetActiveBrowser(browser()); |
} |
-void DnsProbeBrowserTest::CleanUpOnMainThread() { |
+void DnsProbeBrowserTest::TearDownOnMainThread() { |
BrowserThread::PostTask( |
BrowserThread::IO, FROM_HERE, |
Bind(&DnsProbeBrowserTestIOThreadHelper::CleanUpOnIOThreadAndDeleteHelper, |