| 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_
|
|
|