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

Unified Diff: content/browser/renderer_host/resource_dispatcher_host_login_delegate.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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
Index: content/browser/renderer_host/resource_dispatcher_host_login_delegate.h
diff --git a/content/browser/renderer_host/resource_dispatcher_host_login_delegate.h b/content/browser/renderer_host/resource_dispatcher_host_login_delegate.h
index e0e63c363e2c0303ff0d79902c3079e2859cbd37..9bd581f8036b61de02084f179fc15ab49472a9d6 100644
--- a/content/browser/renderer_host/resource_dispatcher_host_login_delegate.h
+++ b/content/browser/renderer_host/resource_dispatcher_host_login_delegate.h
@@ -7,12 +7,13 @@
#pragma once
#include "base/basictypes.h"
+#include "content/common/content_export.h"
darin (slow to review) 2011/09/04 15:41:04 nit: "base" before "content"
Dirk Pranke 2011/09/07 01:46:07 Done.
#include "base/memory/ref_counted.h"
// Interface for getting login credentials for HTTP auth requests. When the
// implementation has the credentials, it shoudl call the Requests's SetAuth
// method.
-class ResourceDispatcherHostLoginDelegate
+class CONTENT_EXPORT ResourceDispatcherHostLoginDelegate
: public base::RefCountedThreadSafe<ResourceDispatcherHostLoginDelegate> {
public:
ResourceDispatcherHostLoginDelegate();

Powered by Google App Engine
This is Rietveld 408576698