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

Unified Diff: base/nss_util.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/nss_util.cc
diff --git a/base/nss_util.cc b/base/nss_util.cc
index 3229149601abb9a42caafb06371fb455ea6c0e21..b33304f0963920344bca4598f4605c91913d7c6d 100644
--- a/base/nss_util.cc
+++ b/base/nss_util.cc
@@ -26,7 +26,7 @@
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/native_library.h"
-#include "base/scoped_ptr.h"
+#include "base/memory/scoped_ptr.h"
#include "base/stringprintf.h"
#include "base/threading/thread_restrictions.h"

Powered by Google App Engine
This is Rietveld 408576698