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

Unified Diff: base/mac/closure_blocks_leopard_compat_unittest.cc

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_unittest.cc
===================================================================
--- base/mac/closure_blocks_leopard_compat_unittest.cc (revision 124212)
+++ base/mac/closure_blocks_leopard_compat_unittest.cc (working copy)
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "testing/gtest/include/gtest/gtest.h"
+#include "base/mac/closure_blocks_leopard_compat.h"
#include "base/mac/mac_util.h"
-#include "content/browser/mac/closure_blocks_leopard_compat.h"
+#include "testing/gtest/include/gtest/gtest.h"
// Used in ClosureBlocksLeopardCompatTest.Global. Putting a block at global
// scope results in a block structure whose isa field is set to

Powered by Google App Engine
This is Rietveld 408576698