diff options
Diffstat (limited to 'chrome/test/test_launcher_utils.cc')
-rw-r--r-- | chrome/test/test_launcher_utils.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/test_launcher_utils.cc b/chrome/test/test_launcher_utils.cc index 237b9c6..1d37a13 100644 --- a/chrome/test/test_launcher_utils.cc +++ b/chrome/test/test_launcher_utils.cc @@ -1,8 +1,7 @@ -// 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 "app/app_switches.h" #include "base/command_line.h" #include "base/environment.h" #include "base/logging.h" @@ -12,6 +11,7 @@ #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_switches.h" #include "chrome/test/test_launcher_utils.h" +#include "ui/gfx/gl/gl_switches.h" namespace { |