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

Unified Diff: base/scoped_native_library.h

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/platform_file_unittest.cc ('k') | base/scoped_native_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_native_library.h
diff --git a/base/memory/scoped_native_library.h b/base/scoped_native_library.h
similarity index 90%
rename from base/memory/scoped_native_library.h
rename to base/scoped_native_library.h
index 56116b936b5c9196002d7b460a4e4a2110201d6b..4be66ed45dc6dc2639c2e683067c6d731c3009d0 100644
--- a/base/memory/scoped_native_library.h
+++ b/base/scoped_native_library.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_MEMORY_SCOPED_NATIVE_LIBRARY_H_
-#define BASE_MEMORY_SCOPED_NATIVE_LIBRARY_H_
+#ifndef BASE_SCOPED_NATIVE_LIBRARY_H_
+#define BASE_SCOPED_NATIVE_LIBRARY_H_
#pragma once
#include "base/base_api.h"
@@ -50,4 +50,4 @@ class BASE_API ScopedNativeLibrary {
} // namespace base
-#endif // BASE_MEMORY_SCOPED_NATIVE_LIBRARY_H_
+#endif // BASE_MEMORY_NATIVE_LIBRARY_H_
« no previous file with comments | « base/platform_file_unittest.cc ('k') | base/scoped_native_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698