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

Unified Diff: cc/base/scoped_ptr_deque.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_deque.h
diff --git a/cc/scoped_ptr_deque.h b/cc/base/scoped_ptr_deque.h
similarity index 96%
rename from cc/scoped_ptr_deque.h
rename to cc/base/scoped_ptr_deque.h
index d1fa9a4c7b5fdc6fa1b431abb47c4500771a7b9b..b1e9d0e601723c737f3b03b37b1730163d359b34 100644
--- a/cc/scoped_ptr_deque.h
+++ b/cc/base/scoped_ptr_deque.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_SCOPED_PTR_DEQUE_H_
-#define CC_SCOPED_PTR_DEQUE_H_
+#ifndef CC_BASE_SCOPED_PTR_DEQUE_H_
+#define CC_BASE_SCOPED_PTR_DEQUE_H_
+#include <deque>
#include "base/basictypes.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/stl_util.h"
-#include <deque>
namespace cc {
@@ -132,4 +132,4 @@ class ScopedPtrDeque {
} // namespace cc
-#endif // CC_SCOPED_PTR_DEQUE_H_
+#endif // CC_BASE_SCOPED_PTR_DEQUE_H_
« no previous file with comments | « cc/base/scoped_ptr_algorithm.h ('k') | cc/base/scoped_ptr_hash_map.h » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698