summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_protocol_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/external_protocol_handler.h')
-rw-r--r--chrome/browser/external_protocol_handler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/external_protocol_handler.h b/chrome/browser/external_protocol_handler.h
index 2cc81a4..20a1375 100644
--- a/chrome/browser/external_protocol_handler.h
+++ b/chrome/browser/external_protocol_handler.h
@@ -5,10 +5,12 @@
#ifndef CHROME_BROWSER_EXTERNAL_PROTOCOL_HANDLER_H__
#define CHROME_BROWSER_EXTERNAL_PROTOCOL_HANDLER_H__
-#include "chrome/common/pref_service.h"
+#include <string>
+class DictionaryValue;
class GURL;
class MessageLoop;
+class PrefService;
class ExternalProtocolHandler {
public: