| Index: chrome/browser/rlz/rlz_extension_api.h
|
| diff --git a/chrome/browser/extensions/extension_rlz_module.h b/chrome/browser/rlz/rlz_extension_api.h
|
| similarity index 85%
|
| rename from chrome/browser/extensions/extension_rlz_module.h
|
| rename to chrome/browser/rlz/rlz_extension_api.h
|
| index 83cb66203870b0241c2338e3c8229c86a55b7905..551f46a659700db0ef98680e9b5007f49f9b0810 100644
|
| --- a/chrome/browser/extensions/extension_rlz_module.h
|
| +++ b/chrome/browser/rlz/rlz_extension_api.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_EXTENSIONS_EXTENSION_RLZ_MODULE_H__
|
| -#define CHROME_BROWSER_EXTENSIONS_EXTENSION_RLZ_MODULE_H__
|
| +#ifndef CHROME_BROWSER_RLZ_RLZ_EXTENSION_API_H_
|
| +#define CHROME_BROWSER_RLZ_RLZ_EXTENSION_API_H_
|
| #pragma once
|
|
|
| #include "build/build_config.h"
|
| @@ -36,4 +36,4 @@ class RlzClearProductStateFunction : public SyncExtensionFunction {
|
|
|
| #endif // defined(OS_WIN)
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_RLZ_MODULE_H__
|
| +#endif // CHROME_BROWSER_RLZ_RLZ_EXTENSION_API_H_
|
|
|