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

Unified Diff: content/browser/browser_url_handler.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 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/browser_url_handler.h
diff --git a/content/browser/browser_url_handler.h b/content/browser/browser_url_handler.h
index 881c080c3061cc79abee8a60d7f9f0884970ffd0..4fd625b38a6d7f0513eb488c287a3701906c4103 100644
--- a/content/browser/browser_url_handler.h
+++ b/content/browser/browser_url_handler.h
@@ -18,6 +18,7 @@
#include "base/gtest_prod_util.h"
#include "base/memory/singleton.h"
+#include "content/common/content_export.h"
class GURL;
@@ -27,7 +28,7 @@ class BrowserContext;
// BrowserURLHandler manages the list of all special URLs and manages
// dispatching the URL handling to registered handlers.
-class BrowserURLHandler {
+class CONTENT_EXPORT BrowserURLHandler {
public:
// The type of functions that can process a URL.
// If a handler handles |url|, it should :

Powered by Google App Engine
This is Rietveld 408576698