diff options
Diffstat (limited to 'chrome/browser/tab_contents/navigation_controller.h')
-rw-r--r-- | chrome/browser/tab_contents/navigation_controller.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/tab_contents/navigation_controller.h b/chrome/browser/tab_contents/navigation_controller.h index 113041d..14cf5b0 100644 --- a/chrome/browser/tab_contents/navigation_controller.h +++ b/chrome/browser/tab_contents/navigation_controller.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 CHROME_BROWSER_NAVIGATION_CONTROLLER_H_ -#define CHROME_BROWSER_NAVIGATION_CONTROLLER_H_ +#ifndef CHROME_BROWSER_TAB_CONTENTS_NAVIGATION_CONTROLLER_H_ +#define CHROME_BROWSER_TAB_CONTENTS_NAVIGATION_CONTROLLER_H_ #include <map> @@ -547,4 +547,4 @@ class NavigationController { DISALLOW_COPY_AND_ASSIGN(NavigationController); }; -#endif // CHROME_BROWSER_NAVIGATION_CONTROLLER_H_ +#endif // CHROME_BROWSER_TAB_CONTENTS_NAVIGATION_CONTROLLER_H_ |