| Index: base/base_paths.h
|
| diff --git a/base/base_paths.h b/base/base_paths.h
|
| index 72cff154d1dcb0bf46d6c0b74269c9e54322ed76..3c3c8edc9aac356171164f4bcca94f47af17d299 100644
|
| --- a/base/base_paths.h
|
| +++ b/base/base_paths.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -9,7 +9,8 @@
|
| // This file declares path keys for the base module. These can be used with
|
| // the PathService to access various special directories and files.
|
|
|
| -#include "base/basictypes.h"
|
| +#include "build/build_config.h"
|
| +
|
| #if defined(OS_WIN)
|
| #include "base/base_paths_win.h"
|
| #elif defined(OS_MACOSX)
|
|
|