Index: ui/gfx/mac/scoped_nsdisable_screen_updates.h |
diff --git a/app/mac/scoped_nsdisable_screen_updates.h b/ui/gfx/mac/scoped_nsdisable_screen_updates.h |
similarity index 78% |
rename from app/mac/scoped_nsdisable_screen_updates.h |
rename to ui/gfx/mac/scoped_nsdisable_screen_updates.h |
index 14a948c4a3b2b37e13ff3cad52fa40a1c2595b9f..db324d3b854f83a85ec69dfe725b21b1bece7896 100644 |
--- a/app/mac/scoped_nsdisable_screen_updates.h |
+++ b/ui/gfx/mac/scoped_nsdisable_screen_updates.h |
@@ -1,9 +1,9 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef APP_MAC_SCOPED_NSDISABLE_SCREEN_UPDATES_H_ |
-#define APP_MAC_SCOPED_NSDISABLE_SCREEN_UPDATES_H_ |
+#ifndef UI_GFX_MAC_SCOPED_NSDISABLE_SCREEN_UPDATES_H_ |
Robert Sesek
2011/06/21 14:08:13
To be consistent with the other scopers in the par
tfarina
2011/06/21 18:35:13
Done.
|
+#define UI_GFX_MAC_SCOPED_NSDISABLE_SCREEN_UPDATES_H_ |
#pragma once |
#import <Cocoa/Cocoa.h> |
@@ -34,4 +34,4 @@ class ScopedNSDisableScreenUpdates { |
} // namespace mac |
} // namespace app |
-#endif // APP_MAC_SCOPED_NSDISABLE_SCREEN_UPDATES_H_ |
+#endif // UI_GFX_MAC_SCOPED_NSDISABLE_SCREEN_UPDATES_H_ |