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

Unified Diff: base/mac/closure_blocks_leopard_compat.h

Issue 9549012: Move closure_blocks_leopard_compat to base now that it's used by two modules. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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: base/mac/closure_blocks_leopard_compat.h
===================================================================
--- base/mac/closure_blocks_leopard_compat.h (revision 124212)
+++ base/mac/closure_blocks_leopard_compat.h (working copy)
@@ -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 CONTENT_BROWSER_MAC_CLOSURE_BLOCKS_LEOPARD_COMPAT_H_
-#define CONTENT_BROWSER_MAC_CLOSURE_BLOCKS_LEOPARD_COMPAT_H_
+#ifndef BASE_MAC_CLOSURE_BLOCKS_LEOPARD_COMPAT_H_
+#define BASE_MAC_CLOSURE_BLOCKS_LEOPARD_COMPAT_H_
#pragma once
// libclosure (blocks) compatibility for Mac OS X 10.5 (Leopard)
@@ -101,4 +101,4 @@
#define Block_release(...) _Block_release((const void *)(__VA_ARGS__))
#endif
-#endif // CONTENT_BROWSER_MAC_CLOSURE_BLOCKS_LEOPARD_COMPAT_H_
+#endif // BASE_MAC_CLOSURE_BLOCKS_LEOPARD_COMPAT_H_
« base/base.gyp ('K') | « base/base.gyp ('k') | base/mac/closure_blocks_leopard_compat.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698