| Index: content/public/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/public/browser/content_browser_client.h (revision 126145)
|
| +++ content/public/browser/content_browser_client.h (working copy)
|
| @@ -16,7 +16,6 @@
|
| #include "content/public/common/window_container_type.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPresenter.h"
|
|
|
| -class BrowserURLHandler;
|
| class CommandLine;
|
| class FilePath;
|
| class GURL;
|
| @@ -28,6 +27,7 @@
|
| namespace content {
|
| class AccessTokenStore;
|
| class BrowserMainParts;
|
| +class BrowserURLHandler;
|
| class RenderProcessHost;
|
| class SiteInstance;
|
| class SpeechRecognitionManagerDelegate;
|
|
|