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

Unified Diff: base/scoped_vector.h

Issue 107001: Move scoped_vector.h and stl_util-inl.h to base/ (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/base.gyp ('k') | base/stl_util-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_vector.h
===================================================================
--- base/scoped_vector.h (revision 15263)
+++ base/scoped_vector.h (working copy)
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_COMMON_SCOPED_VECTOR_H__
-#define CHROME_BROWSER_COMMON_SCOPED_VECTOR_H__
+#ifndef BASE_SCOPED_VECTOR_H_
+#define BASE_SCOPED_VECTOR_H_
#include <vector>
-#include "chrome/common/stl_util-inl.h"
+#include "base/stl_util-inl.h"
// ScopedVector wraps a vector deleting the elements from its
// destructor.
@@ -48,4 +48,4 @@
DISALLOW_EVIL_CONSTRUCTORS(ScopedVector);
};
-#endif // CHROME_BROWSER_COMMON_SCOPED_VECTOR_H__
+#endif // BASE_SCOPED_VECTOR_H_
« no previous file with comments | « base/base.gyp ('k') | base/stl_util-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698