// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_BROWSER_URL_HANDLER_IMPL_H_ #define CONTENT_BROWSER_BROWSER_URL_HANDLER_IMPL_H_ #include <utility> #include <vector> #include "base/gtest_prod_util.h" #include "base/memory/singleton.h" #include "content/common/content_export.h" #include "content/public/browser/browser_url_handler.h" class GURL; namespace content { class BrowserContext; class CONTENT_EXPORT BrowserURLHandlerImpl : public BrowserURLHandler { … }; } // namespace content #endif // CONTENT_BROWSER_BROWSER_URL_HANDLER_IMPL_H_