| Index: content/browser/tab_contents/interstitial_page.cc
|
| diff --git a/content/browser/tab_contents/interstitial_page.cc b/content/browser/tab_contents/interstitial_page.cc
|
| index 8da9525986d1d69ee03e454201e07702db2c9b17..59ce2e50eb4d69272a0bc5ccd4f8cd8721345091 100644
|
| --- a/content/browser/tab_contents/interstitial_page.cc
|
| +++ b/content/browser/tab_contents/interstitial_page.cc
|
| @@ -32,6 +32,7 @@
|
| #include "net/base/escape.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
|
|
| +using content::BrowserThread;
|
| using WebKit::WebDragOperation;
|
| using WebKit::WebDragOperationsMask;
|
|
|
|
|