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

Unified Diff: base/stl_util-inl.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/scoped_vector.h ('k') | chrome/browser/bookmarks/bookmark_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/stl_util-inl.h
===================================================================
--- base/stl_util-inl.h (revision 15263)
+++ base/stl_util-inl.h (working copy)
@@ -1,14 +1,12 @@
-//
// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//
+
// STL utility functions. Usually, these replace built-in, but slow(!),
// STL functions with more efficient versions.
-//
-#ifndef CHROME_COMMON_STL_UTIL_INL_H__
-#define CHROME_COMMON_STL_UTIL_INL_H__
+#ifndef BASE_STL_UTIL_INL_H_
+#define BASE_STL_UTIL_INL_H_
#include <string.h> // for memcpy
#include <functional>
@@ -449,4 +447,4 @@
return result;
}
-#endif // CHROME_COMMON_STL_UTIL_INL_H__
+#endif // BASE_STL_UTIL_INL_H_
« no previous file with comments | « base/scoped_vector.h ('k') | chrome/browser/bookmarks/bookmark_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698