| Index: content/browser/browser_url_handler_impl.h
|
| diff --git a/content/browser/browser_url_handler_impl.h b/content/browser/browser_url_handler_impl.h
|
| index c5ba416742fb0a143bf4f1cacb032731c0a1357e..6e76431d98607a8694a4d050332f9fdabd34212d 100644
|
| --- a/content/browser/browser_url_handler_impl.h
|
| +++ b/content/browser/browser_url_handler_impl.h
|
| @@ -5,10 +5,11 @@
|
| #ifndef CONTENT_BROWSER_BROWSER_URL_HANDLER_IMPL_H_
|
| #define CONTENT_BROWSER_BROWSER_URL_HANDLER_IMPL_H_
|
|
|
| -#include <vector>
|
| #include <utility>
|
| +#include <vector>
|
|
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| #include "content/public/browser/browser_url_handler.h"
|
|
|
|
|