| Index: components/view_manager/public/cpp/args.h
 | 
| diff --git a/components/view_manager/public/cpp/args.h b/components/view_manager/public/cpp/args.h
 | 
| deleted file mode 100644
 | 
| index 0f237e5e51698a4b0e4905930e312527870310d9..0000000000000000000000000000000000000000
 | 
| --- a/components/view_manager/public/cpp/args.h
 | 
| +++ /dev/null
 | 
| @@ -1,17 +0,0 @@
 | 
| -// Copyright 2015 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.
 | 
| -
 | 
| -#ifndef COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_ARGS_H_
 | 
| -#define COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_ARGS_H_
 | 
| -
 | 
| -namespace mojo {
 | 
| -
 | 
| -// All args in alphabetical order. The switches should be documented
 | 
| -// alongside the definition of their values in the .cc file.
 | 
| -extern const char kUseHeadlessConfig[];
 | 
| -extern const char kUseX11TestConfig[];
 | 
| -
 | 
| -}  // namespace mojo
 | 
| -
 | 
| -#endif  // COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_ARGS_H_
 | 
| 
 |