diff options
Diffstat (limited to 'chrome/browser/views/frame/browser_frame_gtk.h')
-rw-r--r-- | chrome/browser/views/frame/browser_frame_gtk.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/views/frame/browser_frame_gtk.h b/chrome/browser/views/frame/browser_frame_gtk.h index 32d7162..b58377b 100644 --- a/chrome/browser/views/frame/browser_frame_gtk.h +++ b/chrome/browser/views/frame/browser_frame_gtk.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_VIEWS_FRAME_GTK_BROWSER_FRAME_GTK_H_ -#define CHROME_BROWSER_VIEWS_FRAME_GTK_BROWSER_FRAME_GTK_H_ +#ifndef CHROME_BROWSER_VIEWS_FRAME_BROWSER_FRAME_GTK_H_ +#define CHROME_BROWSER_VIEWS_FRAME_BROWSER_FRAME_GTK_H_ #include "base/basictypes.h" #include "chrome/browser/views/frame/browser_frame.h" @@ -67,4 +67,4 @@ class BrowserFrameGtk : public BrowserFrame, DISALLOW_COPY_AND_ASSIGN(BrowserFrameGtk); }; -#endif // CHROME_BROWSER_VIEWS_FRAME_GTK_BROWSER_FRAME_GTK_H_ +#endif // CHROME_BROWSER_VIEWS_FRAME_BROWSER_FRAME_GTK_H_ |