| Index: content/browser/web_contents/navigation_entry_impl.h
|
| diff --git a/content/browser/tab_contents/navigation_entry_impl.h b/content/browser/web_contents/navigation_entry_impl.h
|
| similarity index 97%
|
| rename from content/browser/tab_contents/navigation_entry_impl.h
|
| rename to content/browser/web_contents/navigation_entry_impl.h
|
| index 3ef2f5034cbeb3f707d345d0fb9f3797bd5343fa..ec194fd8563723e1a0321c20c308e05fbad83bd6 100644
|
| --- a/content/browser/tab_contents/navigation_entry_impl.h
|
| +++ b/content/browser/web_contents/navigation_entry_impl.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_TAB_CONTENTS_NAVIGATION_ENTRY_IMPL_H_
|
| -#define CONTENT_BROWSER_TAB_CONTENTS_NAVIGATION_ENTRY_IMPL_H_
|
| +#ifndef CONTENT_BROWSER_WEB_CONTENTS_NAVIGATION_ENTRY_IMPL_H_
|
| +#define CONTENT_BROWSER_WEB_CONTENTS_NAVIGATION_ENTRY_IMPL_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -214,4 +214,4 @@ class CONTENT_EXPORT NavigationEntryImpl
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_TAB_CONTENTS_NAVIGATION_ENTRY_IMPL_H_
|
| +#endif // CONTENT_BROWSER_WEB_CONTENTS_NAVIGATION_ENTRY_IMPL_H_
|
|
|