Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: chrome/browser/ui/views/frame/native_widget_mac_frameless_nswindow.h

Issue 2637403002: Fix header guards in //chrome (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/frame/native_widget_mac_frameless_nswindow.h
diff --git a/chrome/browser/ui/views/frame/native_widget_mac_frameless_nswindow.h b/chrome/browser/ui/views/frame/native_widget_mac_frameless_nswindow.h
index 72bb663cdce1d9b16ed403b8c053376f69fd4962..9b7ac0b94a1cb597b50426a20f1c45e29f659262 100644
--- a/chrome/browser/ui/views/frame/native_widget_mac_frameless_nswindow.h
+++ b/chrome/browser/ui/views/frame/native_widget_mac_frameless_nswindow.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_UI_VIEWS_APPS_NATIVE_WIDGET_MAC_FRAMELESS_NSWINDOW_H_
-#define CHROME_BROWSER_UI_VIEWS_APPS_NATIVE_WIDGET_MAC_FRAMELESS_NSWINDOW_H_
+#ifndef CHROME_BROWSER_UI_VIEWS_FRAME_NATIVE_WIDGET_MAC_FRAMELESS_NSWINDOW_H_
+#define CHROME_BROWSER_UI_VIEWS_FRAME_NATIVE_WIDGET_MAC_FRAMELESS_NSWINDOW_H_
#import "ui/views/cocoa/native_widget_mac_nswindow.h"
@@ -14,4 +14,4 @@
@interface NativeWidgetMacFramelessNSWindow : NativeWidgetMacNSWindow
@end
-#endif // CHROME_BROWSER_UI_VIEWS_APPS_NATIVE_WIDGET_MAC_FRAMELESS_NSWINDOW_H_
+#endif // CHROME_BROWSER_UI_VIEWS_FRAME_NATIVE_WIDGET_MAC_FRAMELESS_NSWINDOW_H_

Powered by Google App Engine
This is Rietveld 408576698