| Index: chrome/browser/extensions/api/management/management_api.h
|
| diff --git a/chrome/browser/extensions/extension_management_api.h b/chrome/browser/extensions/api/management/management_api.h
|
| similarity index 95%
|
| rename from chrome/browser/extensions/extension_management_api.h
|
| rename to chrome/browser/extensions/api/management/management_api.h
|
| index a8c0927f9c7b0861b9e95506ee4b80c48c74df70..16543e7ad9daf0e8234d9828a07b1c30571fd38e 100644
|
| --- a/chrome/browser/extensions/extension_management_api.h
|
| +++ b/chrome/browser/extensions/api/management/management_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_MANAGEMENT_API_H__
|
| -#define CHROME_BROWSER_EXTENSIONS_EXTENSION_MANAGEMENT_API_H__
|
| +#ifndef CHROME_BROWSER_EXTENSIONS_API_MANAGEMENT_MANAGEMENT_API_H_
|
| +#define CHROME_BROWSER_EXTENSIONS_API_MANAGEMENT_MANAGEMENT_API_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "chrome/browser/extensions/extension_function.h"
|
| @@ -159,4 +159,4 @@ class ExtensionManagementEventRouter : public content::NotificationObserver {
|
| DISALLOW_COPY_AND_ASSIGN(ExtensionManagementEventRouter);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_MANAGEMENT_API_H__
|
| +#endif // CHROME_BROWSER_EXTENSIONS_API_MANAGEMENT_MANAGEMENT_API_H_
|
|
|