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

Unified Diff: base/memory/scoped_nsobject.h

Issue 17643003: mac: Remove memory/scoped_nsobject.h forwarding header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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
« no previous file with comments | « base/base.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/scoped_nsobject.h
diff --git a/base/memory/scoped_nsobject.h b/base/memory/scoped_nsobject.h
deleted file mode 100644
index db8020a28f932c93f3dd9c6ddd86662e0673d15e..0000000000000000000000000000000000000000
--- a/base/memory/scoped_nsobject.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) 2013 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 BASE_MEMORY_SCOPED_NSOBJECT_H_
-#define BASE_MEMORY_SCOPED_NSOBJECT_H_
-
-// TODO(thakis): Update all clients to include base/mac/scoped_nsobject.h and
-// get rid of this forwarding header.
-#include "base/mac/scoped_nsobject.h"
-
-using base::scoped_nsobject;
-using base::scoped_nsprotocol;
-
-#endif // BASE_MEMORY_SCOPED_NSOBJECT_H_
« no previous file with comments | « base/base.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698