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

Unified Diff: base/scoped_native_library_unittest.cc

Issue 7048007: Move scoped_temp_dir and scoped_native_library back from base/memory to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unknwn Created 9 years, 7 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/scoped_native_library.cc ('k') | base/scoped_temp_dir.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_native_library_unittest.cc
diff --git a/base/memory/scoped_native_library_unittest.cc b/base/scoped_native_library_unittest.cc
similarity index 96%
rename from base/memory/scoped_native_library_unittest.cc
rename to base/scoped_native_library_unittest.cc
index 0cc60e26a796379dff3a6414bde15fc48acb0bd8..7efffdd989f566ed334f5583396717baf68a197d 100644
--- a/base/memory/scoped_native_library_unittest.cc
+++ b/base/scoped_native_library_unittest.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/memory/scoped_native_library.h"
+#include "base/scoped_native_library.h"
#if defined(OS_WIN)
#include "base/file_path.h"
#endif
« no previous file with comments | « base/scoped_native_library.cc ('k') | base/scoped_temp_dir.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698