diff options
Diffstat (limited to 'chrome/common/switch_utils.cc')
-rw-r--r-- | chrome/common/switch_utils.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/switch_utils.cc b/chrome/common/switch_utils.cc index b6acf643..e704d15 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 { |