| Index: content/browser/tab_contents/page_navigator.h
|
| ===================================================================
|
| --- content/browser/tab_contents/page_navigator.h (revision 0)
|
| +++ content/browser/tab_contents/page_navigator.h (working copy)
|
| @@ -6,8 +6,8 @@
|
| // intention to navigate to a particular URL. The implementing class should
|
| // perform the navigation.
|
|
|
| -#ifndef CHROME_BROWSER_TAB_CONTENTS_PAGE_NAVIGATOR_H_
|
| -#define CHROME_BROWSER_TAB_CONTENTS_PAGE_NAVIGATOR_H_
|
| +#ifndef CONTENT_BROWSER_TAB_CONTENTS_PAGE_NAVIGATOR_H_
|
| +#define CONTENT_BROWSER_TAB_CONTENTS_PAGE_NAVIGATOR_H_
|
| #pragma once
|
|
|
| #include "chrome/common/page_transition_types.h"
|
| @@ -27,4 +27,4 @@
|
| virtual ~PageNavigator() {}
|
| };
|
|
|
| -#endif // CHROME_BROWSER_TAB_CONTENTS_PAGE_NAVIGATOR_H_
|
| +#endif // CONTENT_BROWSER_TAB_CONTENTS_PAGE_NAVIGATOR_H_
|
|
|