| Index: chrome/browser/google/google_brand_chromeos.h
|
| diff --git a/chrome/browser/google/google_util_chromeos.h b/chrome/browser/google/google_brand_chromeos.h
|
| similarity index 78%
|
| rename from chrome/browser/google/google_util_chromeos.h
|
| rename to chrome/browser/google/google_brand_chromeos.h
|
| index 14bf59986a38b18be1f9b125378ca1ef4ccf8838..a9cfa75003207476558f378db04e5e37491f560a 100644
|
| --- a/chrome/browser/google/google_util_chromeos.h
|
| +++ b/chrome/browser/google/google_brand_chromeos.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_GOOGLE_GOOGLE_UTIL_CHROMEOS_H_
|
| -#define CHROME_BROWSER_GOOGLE_GOOGLE_UTIL_CHROMEOS_H_
|
| +#ifndef CHROME_BROWSER_GOOGLE_GOOGLE_BRAND_CHROMEOS_H_
|
| +#define CHROME_BROWSER_GOOGLE_GOOGLE_BRAND_CHROMEOS_H_
|
|
|
| #include <string>
|
|
|
| #include "base/callback_forward.h"
|
|
|
| -namespace google_util {
|
| +namespace google_brand {
|
| namespace chromeos {
|
|
|
| // Returns the brand code stored in Local State that has been assigned to a
|
| @@ -26,6 +26,6 @@ void ClearBrandForCurrentSession();
|
| void InitBrand(const base::Closure& callback);
|
|
|
| } // namespace chromeos
|
| -} // namespace google_util
|
| +} // namespace google_brand
|
|
|
| -#endif // CHROME_BROWSER_GOOGLE_GOOGLE_UTIL_CHROMEOS_H_
|
| +#endif // CHROME_BROWSER_GOOGLE_GOOGLE_BRAND_CHROMEOS_H_
|
|
|