From 5b96836fc4993fd4e780ebf5a41f2a6863b0b552 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Thu, 22 Dec 2011 07:39:00 +0000 Subject: Move navigation_details.h to content/public/browser. BUG=98716 Review URL: http://codereview.chromium.org/8949066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115498 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/infobars/infobar_delegate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/infobars') diff --git a/chrome/browser/infobars/infobar_delegate.cc b/chrome/browser/infobars/infobar_delegate.cc index 614400f..448128a 100644 --- a/chrome/browser/infobars/infobar_delegate.cc +++ b/chrome/browser/infobars/infobar_delegate.cc @@ -7,9 +7,9 @@ #include "base/logging.h" #include "build/build_config.h" #include "chrome/browser/infobars/infobar_tab_helper.h" -#include "content/browser/tab_contents/navigation_details.h" #include "content/browser/tab_contents/navigation_entry.h" #include "content/browser/tab_contents/tab_contents.h" +#include "content/public/browser/navigation_details.h" // InfoBarDelegate ------------------------------------------------------------ -- cgit v1.1