| Index: content/browser/web_contents/navigation_controller_impl.h
|
| diff --git a/content/browser/tab_contents/navigation_controller_impl.h b/content/browser/web_contents/navigation_controller_impl.h
|
| similarity index 98%
|
| rename from content/browser/tab_contents/navigation_controller_impl.h
|
| rename to content/browser/web_contents/navigation_controller_impl.h
|
| index 46a682f780abb9897446acad21271405da11b728..71f1f525062446687ec7ce2b391c0ce6802a56cb 100644
|
| --- a/content/browser/tab_contents/navigation_controller_impl.h
|
| +++ b/content/browser/web_contents/navigation_controller_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_CONTROLLER_IMPL_H_
|
| -#define CONTENT_BROWSER_TAB_CONTENTS_NAVIGATION_CONTROLLER_IMPL_H_
|
| +#ifndef CONTENT_BROWSER_WEB_CONTENTS_NAVIGATION_CONTROLLER_IMPL_H_
|
| +#define CONTENT_BROWSER_WEB_CONTENTS_NAVIGATION_CONTROLLER_IMPL_H_
|
| #pragma once
|
|
|
| #include "build/build_config.h"
|
| @@ -329,4 +329,4 @@ class CONTENT_EXPORT NavigationControllerImpl
|
| DISALLOW_COPY_AND_ASSIGN(NavigationControllerImpl);
|
| };
|
|
|
| -#endif // CONTENT_BROWSER_TAB_CONTENTS_NAVIGATION_CONTROLLER_IMPL_H_
|
| +#endif // CONTENT_BROWSER_WEB_CONTENTS_NAVIGATION_CONTROLLER_IMPL_H_
|
|
|