| Index: chrome/common/switch_utils.cc
|
| diff --git a/chrome/common/switch_utils.cc b/chrome/common/switch_utils.cc
|
| index b6acf643b53ca79711760ffda57af8ae551c44e9..e704d151c0e627207c9c5e43718c3910567cc27e 100644
|
| --- a/chrome/common/switch_utils.cc
|
| +++ b/chrome/common/switch_utils.cc
|
| @@ -1,9 +1,10 @@
|
| -// Copyright (c) 2010 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.
|
|
|
| #include "chrome/common/switch_utils.h"
|
|
|
| +#include "base/basictypes.h"
|
| #include "chrome/common/chrome_switches.h"
|
|
|
| namespace switches {
|
|
|