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

Unified Diff: cc/base/scoped_ptr_algorithm.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
Index: cc/base/scoped_ptr_algorithm.h
diff --git a/cc/scoped_ptr_algorithm.h b/cc/base/scoped_ptr_algorithm.h
similarity index 85%
rename from cc/scoped_ptr_algorithm.h
rename to cc/base/scoped_ptr_algorithm.h
index 2972b00b0717b82c5ea85b12fdaaf0a72ce4d18a..ad2f918f3bda31a6bbcc0721b227f8956ba0df07 100644
--- a/cc/scoped_ptr_algorithm.h
+++ b/cc/base/scoped_ptr_algorithm.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_ALGORITHM_H_
-#define CC_SCOPED_PTR_ALGORITHM_H_
+#ifndef CC_BASE_SCOPED_PTR_ALGORITHM_H_
+#define CC_BASE_SCOPED_PTR_ALGORITHM_H_
namespace cc {
@@ -27,4 +27,4 @@ ForwardIterator remove_if(
} // namespace cc
-#endif // CC_SCOPED_PTR_ALGORITHM_H_
+#endif // CC_BASE_SCOPED_PTR_ALGORITHM_H_
« no previous file with comments | « cc/base/region_unittest.cc ('k') | cc/base/scoped_ptr_deque.h » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698