| Index: blimp/client/core/blimp_client_switches.h
|
| diff --git a/blimp/client/app/blimp_client_switches.h b/blimp/client/core/blimp_client_switches.h
|
| similarity index 83%
|
| rename from blimp/client/app/blimp_client_switches.h
|
| rename to blimp/client/core/blimp_client_switches.h
|
| index 108cf0181c902a1f06a8d321ad83201696a662d0..50b88cfcb1f5bf0ccb0ee43f655d54496568164f 100644
|
| --- a/blimp/client/app/blimp_client_switches.h
|
| +++ b/blimp/client/core/blimp_client_switches.h
|
| @@ -2,10 +2,10 @@
|
| // 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 //blimp.
|
| +// Defines all the command-line switches used by //blimp/client/core.
|
|
|
| -#ifndef BLIMP_CLIENT_APP_BLIMP_CLIENT_SWITCHES_H_
|
| -#define BLIMP_CLIENT_APP_BLIMP_CLIENT_SWITCHES_H_
|
| +#ifndef BLIMP_CLIENT_CORE_BLIMP_CLIENT_SWITCHES_H_
|
| +#define BLIMP_CLIENT_CORE_BLIMP_CLIENT_SWITCHES_H_
|
|
|
| namespace blimp {
|
| namespace switches {
|
| @@ -36,4 +36,4 @@ extern const char kDownloadWholeDocument[];
|
| } // namespace switches
|
| } // namespace blimp
|
|
|
| -#endif // BLIMP_CLIENT_APP_BLIMP_CLIENT_SWITCHES_H_
|
| +#endif // BLIMP_CLIENT_CORE_BLIMP_CLIENT_SWITCHES_H_
|
|
|