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

Unified Diff: base/memory/ref_counted.cc

Issue 6714032: Move some files in base to base/memory. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: only base Created 9 years, 9 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/memory/ref_counted.cc
diff --git a/base/ref_counted.cc b/base/memory/ref_counted.cc
similarity index 98%
rename from base/ref_counted.cc
rename to base/memory/ref_counted.cc
index 2d459ae560eb2bffe4703c9979afe000b83e54a2..669c8f9275de57551f1fb5665cd428a803ee50db 100644
--- a/base/ref_counted.cc
+++ b/base/memory/ref_counted.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/ref_counted.h"
+#include "base/memory/ref_counted.h"
#include "base/logging.h"
#include "base/threading/thread_collision_warner.h"

Powered by Google App Engine
This is Rietveld 408576698