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

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

Issue 11410066: Revert 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
===================================================================
--- chrome/browser/printing/print_dialog_cloud_interative_uitest.cc (revision 167354)
+++ chrome/browser/printing/print_dialog_cloud_interative_uitest.cc (working copy)
@@ -119,10 +119,10 @@
const GURL expected_url() {
return expected_url_;
}
- void set_delegate(net::TestDelegate* delegate) {
+ void set_delegate(TestDelegate* delegate) {
delegate_ = delegate;
}
- net::TestDelegate* delegate() {
+ TestDelegate* delegate() {
return delegate_;
}
void set_use_delegate(bool value) {
@@ -140,7 +140,7 @@
bool result_;
bool use_delegate_;
GURL expected_url_;
- net::TestDelegate* delegate_;
+ TestDelegate* delegate_;
friend struct DefaultSingletonTraits<TestController>;
};
@@ -156,7 +156,7 @@
// Must be static for handing into AddHostnameHandler.
static net::URLRequest::ProtocolFactory Factory;
- class AutoQuitDelegate : public net::TestDelegate {
+ class AutoQuitDelegate : public TestDelegate {
public:
AutoQuitDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698