| Index: content/browser/tab_contents/tab_contents_delegate.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
|
| index 4d699ba284416c04846dd109c9da28e4ff0f30d4..571b57e90279e7cb37533c7635d67db7b5c0f1f8 100644
|
| --- a/content/browser/tab_contents/tab_contents_delegate.cc
|
| +++ b/content/browser/tab_contents/tab_contents_delegate.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "content/browser/tab_contents/tab_contents_delegate.h"
|
|
|
| -#include "chrome/common/url_constants.h"
|
| +#include "content/common/url_constants.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| std::string TabContentsDelegate::GetNavigationHeaders(const GURL& url) {
|
|
|