diff options
Diffstat (limited to 'chrome/browser/tab_contents/native_ui_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/native_ui_contents.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/tab_contents/native_ui_contents.h b/chrome/browser/tab_contents/native_ui_contents.h index decf123..9f93357 100644 --- a/chrome/browser/tab_contents/native_ui_contents.h +++ b/chrome/browser/tab_contents/native_ui_contents.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_NATIVE_UI_CONTENTS_H__ -#define CHROME_BROWSER_NATIVE_UI_CONTENTS_H__ +#ifndef CHROME_BROWSER_TAB_CONTENTS_NATIVE_UI_CONTENTS_H_ +#define CHROME_BROWSER_TAB_CONTENTS_NATIVE_UI_CONTENTS_H_ #include "chrome/browser/page_state.h" #include "chrome/browser/tab_contents/tab_contents.h" @@ -291,5 +291,5 @@ class SearchableUIContainer : public views::View, DISALLOW_EVIL_CONSTRUCTORS(SearchableUIContainer); }; -#endif // CHROME_BROWSER_NATIVE_UI_CONTENTS_H__ +#endif // CHROME_BROWSER_TAB_CONTENTS_NATIVE_UI_CONTENTS_H_ |