| 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 :
|
|
|