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

Unified Diff: chrome/browser/printing/print_dialog_cloud_interative_uitest.cc

Issue 11365227: Reland 167337 - Move url_request_test_util into net namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: chrome/browser/printing/print_dialog_cloud_interative_uitest.cc
diff --git a/chrome/browser/printing/print_dialog_cloud_interative_uitest.cc b/chrome/browser/printing/print_dialog_cloud_interative_uitest.cc
index fabc49ef01e59661da3cbe59e48e09c2cc66856e..4f67ada09a035181dfa244ac8d42367a4ab5b9ef 100644
--- a/chrome/browser/printing/print_dialog_cloud_interative_uitest.cc
+++ b/chrome/browser/printing/print_dialog_cloud_interative_uitest.cc
@@ -119,10 +119,10 @@ class TestController {
const GURL expected_url() {
return expected_url_;
}
- void set_delegate(TestDelegate* delegate) {
+ void set_delegate(net::TestDelegate* delegate) {
delegate_ = delegate;
}
- TestDelegate* delegate() {
+ net::TestDelegate* delegate() {
return delegate_;
}
void set_use_delegate(bool value) {
@@ -140,7 +140,7 @@ class TestController {
bool result_;
bool use_delegate_;
GURL expected_url_;
- TestDelegate* delegate_;
+ net::TestDelegate* delegate_;
friend struct DefaultSingletonTraits<TestController>;
};
@@ -156,7 +156,7 @@ class PrintDialogCloudTest : public InProcessBrowserTest {
// Must be static for handing into AddHostnameHandler.
static net::URLRequest::ProtocolFactory Factory;
- class AutoQuitDelegate : public TestDelegate {
+ class AutoQuitDelegate : public net::TestDelegate {
public:
AutoQuitDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698