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

Unified Diff: cc/base/scoped_ptr_hash_map.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_hash_map.h
diff --git a/cc/scoped_ptr_hash_map.h b/cc/base/scoped_ptr_hash_map.h
similarity index 97%
rename from cc/scoped_ptr_hash_map.h
rename to cc/base/scoped_ptr_hash_map.h
index 60eadee97bcfed657d1ea5a0c0870b61cb9212be..a2a8be7e404d02b6a545d7439dd344abba4b7499 100644
--- a/cc/scoped_ptr_hash_map.h
+++ b/cc/base/scoped_ptr_hash_map.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_HASH_MAP_H_
-#define CC_SCOPED_PTR_HASH_MAP_H_
+#ifndef CC_BASE_SCOPED_PTR_HASH_MAP_H_
+#define CC_BASE_SCOPED_PTR_HASH_MAP_H_
#include "base/basictypes.h"
#include "base/hash_tables.h"
#include "base/logging.h"
-#include "base/stl_util.h"
#include "base/memory/scoped_ptr.h"
+#include "base/stl_util.h"
namespace cc {
@@ -150,4 +150,4 @@ class ScopedPtrHashMap {
} // namespace cc
-#endif // CC_SCOPED_PTR_HASH_MAP_H_
+#endif // CC_BASE_SCOPED_PTR_HASH_MAP_H_
« no previous file with comments | « cc/base/scoped_ptr_deque.h ('k') | cc/base/scoped_ptr_vector.h » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698