| Index: content/browser/tab_contents/navigation_entry.h
|
| ===================================================================
|
| --- content/browser/tab_contents/navigation_entry.h (revision 78506)
|
| +++ content/browser/tab_contents/navigation_entry.h (working copy)
|
| @@ -10,9 +10,9 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/ref_counted.h"
|
| -#include "chrome/common/page_type.h"
|
| -#include "chrome/common/page_transition_types.h"
|
| #include "chrome/common/security_style.h"
|
| +#include "content/common/page_transition_types.h"
|
| +#include "content/common/page_type.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
|
|