| 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() {}
|
|
|
|
|