| Index: athena/system/network_selector.h
|
| diff --git a/athena/main/debug/network_selector.h b/athena/system/network_selector.h
|
| similarity index 58%
|
| rename from athena/main/debug/network_selector.h
|
| rename to athena/system/network_selector.h
|
| index b839129f4cc196cbf280bbcd2ca11adbe71a562f..90aaf7f53fea711f67f97ea6ff8e38637f478dd6 100644
|
| --- a/athena/main/debug/network_selector.h
|
| +++ b/athena/system/network_selector.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ATHENA_MAIN_DEBUG_NETWORK_SELECTOR_H_
|
| -#define ATHENA_MAIN_DEBUG_NETWORK_SELECTOR_H_
|
| +#ifndef ATHENA_SYSTEM_NETWORK_SELECTOR_H_
|
| +#define ATHENA_SYSTEM_NETWORK_SELECTOR_H_
|
|
|
| namespace aura {
|
| class Window;
|
| }
|
|
|
| -namespace debug {
|
| +namespace athena {
|
|
|
| void CreateNetworkSelector(aura::Window* window);
|
|
|
| -} // namespace debug
|
| +} // namespace athena
|
|
|
| -#endif // ATHENA_MAIN_DEBUG_NETWORK_SELECTOR_H_
|
| +#endif // ATHENA_SYSTEM_NETWORK_SELECTOR_H_
|
|
|