| Index: ash/common/system/chromeos/enterprise/enterprise_domain_observer.h
|
| diff --git a/ash/system/chromeos/enterprise/enterprise_domain_observer.h b/ash/common/system/chromeos/enterprise/enterprise_domain_observer.h
|
| similarity index 59%
|
| rename from ash/system/chromeos/enterprise/enterprise_domain_observer.h
|
| rename to ash/common/system/chromeos/enterprise/enterprise_domain_observer.h
|
| index 284f318234aa4cfc3080f93108dc03c21ace06c1..d73873b156c7fdc00c810aa99d3b012973e6d299 100644
|
| --- a/ash/system/chromeos/enterprise/enterprise_domain_observer.h
|
| +++ b/ash/common/system/chromeos/enterprise/enterprise_domain_observer.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_CHROMEOS_ENTERPRISE_ENTERPRISE_DOMAIN_OBSERVER_H_
|
| -#define ASH_SYSTEM_CHROMEOS_ENTERPRISE_ENTERPRISE_DOMAIN_OBSERVER_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_ENTERPRISE_ENTERPRISE_DOMAIN_OBSERVER_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_ENTERPRISE_ENTERPRISE_DOMAIN_OBSERVER_H_
|
|
|
| namespace ash {
|
|
|
| @@ -16,5 +16,5 @@ class EnterpriseDomainObserver {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_CHROMEOS_ENTERPISE_ENTERPRISE_DOMAIN_OBSERVER_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_ENTERPRISE_ENTERPRISE_DOMAIN_OBSERVER_H_
|
|
|
|
|