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

Unified Diff: cc/base/scoped_ptr_vector.h

Issue 12472028: Part 1 of cc/ directory shuffles: base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « cc/base/scoped_ptr_hash_map.h ('k') | cc/base/switches.h » ('j') | cc/cc.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/scoped_ptr_vector.h
diff --git a/cc/scoped_ptr_vector.h b/cc/base/scoped_ptr_vector.h
similarity index 97%
rename from cc/scoped_ptr_vector.h
rename to cc/base/scoped_ptr_vector.h
index 71e3eb6d77b80d8bf213adb0ede1dde457c7b090..1e69b161c03728cc8f9f580bf92ef50984d456af 100644
--- a/cc/scoped_ptr_vector.h
+++ b/cc/base/scoped_ptr_vector.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 CC_SCOPED_PTR_VECTOR_H_
-#define CC_SCOPED_PTR_VECTOR_H_
+#ifndef CC_BASE_SCOPED_PTR_VECTOR_H_
+#define CC_BASE_SCOPED_PTR_VECTOR_H_
#include "base/basictypes.h"
#include "base/logging.h"
@@ -163,4 +163,4 @@ class ScopedPtrVector {
} // namespace cc
-#endif // CC_SCOPED_PTR_VECTOR_H_
+#endif // CC_BASE_SCOPED_PTR_VECTOR_H_
« no previous file with comments | « cc/base/scoped_ptr_hash_map.h ('k') | cc/base/switches.h » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698