| Index: chrome/browser/gcm/gcm_product_util.h
|
| diff --git a/chrome/browser/services/gcm/gcm_product_util.h b/chrome/browser/gcm/gcm_product_util.h
|
| similarity index 82%
|
| rename from chrome/browser/services/gcm/gcm_product_util.h
|
| rename to chrome/browser/gcm/gcm_product_util.h
|
| index 59a7ee52332fe4cb69ae1b45ec2e14fce317aee8..f91c869b310be2cfeb9d96da857cf24946249cb9 100644
|
| --- a/chrome/browser/services/gcm/gcm_product_util.h
|
| +++ b/chrome/browser/gcm/gcm_product_util.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 CHROME_BROWSER_SERVICES_GCM_GCM_PRODUCT_UTIL_H_
|
| -#define CHROME_BROWSER_SERVICES_GCM_GCM_PRODUCT_UTIL_H_
|
| +#ifndef CHROME_BROWSER_GCM_GCM_PRODUCT_UTIL_H_
|
| +#define CHROME_BROWSER_GCM_GCM_PRODUCT_UTIL_H_
|
|
|
| #include <string>
|
|
|
| @@ -27,4 +27,4 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| } // namespace gcm
|
|
|
| -#endif // CHROME_BROWSER_SERVICES_GCM_GCM_PRODUCT_UTIL_H_
|
| +#endif // CHROME_BROWSER_GCM_GCM_PRODUCT_UTIL_H_
|
|
|