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

Unified Diff: chrome_frame/external_tab.h

Issue 6056007: net: Add namespace net to the remaining files under url_request directory. (Closed)
Patch Set: chromeos fixes Created 9 years, 11 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
« no previous file with comments | « chrome_frame/chrome_frame_delegate.h ('k') | chrome_frame/npapi_url_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/external_tab.h
diff --git a/chrome_frame/external_tab.h b/chrome_frame/external_tab.h
index 4fbb5d336691ae17efee7c1aa0481452c4180435..ac7aff308a2175fb6ff42af5501b004dec43989a 100644
--- a/chrome_frame/external_tab.h
+++ b/chrome_frame/external_tab.h
@@ -22,14 +22,15 @@
class Task;
class CancelableTask;
+
namespace base {
- class TimeDelta;
- class WaitableEvent;
+class TimeDelta;
+class WaitableEvent;
}
namespace IPC {
- struct NavigationInfo;
- struct MiniContextMenuParams;
+struct NavigationInfo;
+struct MiniContextMenuParams;
}
// This is the delegate/callback interface that has to be implemented
@@ -150,7 +151,7 @@ class ExternalTabProxy : public CWindowImpl<ExternalTabProxy>,
virtual void OnNetwork_Start(
int request_id, const AutomationURLRequest& request_info);
virtual void OnNetwork_Read(int request_id, int bytes_to_read);
- virtual void OnNetwork_End(int request_id, const URLRequestStatus& s);
+ virtual void OnNetwork_End(int request_id, const net::URLRequestStatus& s);
virtual void OnNetwork_DownloadInHost(int request_id);
virtual void OnGetCookies(const GURL& url, int cookie_id);
virtual void OnSetCookie(const GURL& url, const std::string& cookie);
« no previous file with comments | « chrome_frame/chrome_frame_delegate.h ('k') | chrome_frame/npapi_url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698