| Index: ui/base/ui_base_switches.h
|
| ===================================================================
|
| --- ui/base/ui_base_switches.h (revision 71971)
|
| +++ ui/base/ui_base_switches.h (working copy)
|
| @@ -1,19 +1,17 @@
|
| -// 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.
|
|
|
| -// Defines all the command-line switches used by app.
|
| +// Defines all the command-line switches used by ui/base.
|
|
|
| -#ifndef APP_APP_SWITCHES_H_
|
| -#define APP_APP_SWITCHES_H_
|
| +#ifndef UI_BASE_UI_BASE_SWITCHES_H_
|
| +#define UI_BASE_UI_BASE_SWITCHES_H_
|
| #pragma once
|
|
|
| namespace switches {
|
|
|
| -extern const char kDisableGpuVsync[];
|
| extern const char kLang[];
|
| -extern const char kUseGL[];
|
|
|
| } // namespace switches
|
|
|
| -#endif // APP_APP_SWITCHES_H_
|
| +#endif // UI_BASE_UI_BASE_SWITCHES_H_
|
|
|