| Index: extensions/browser/api/system_info/system_info_api.h
|
| diff --git a/chrome/browser/extensions/api/system_info/system_info_api.h b/extensions/browser/api/system_info/system_info_api.h
|
| similarity index 82%
|
| rename from chrome/browser/extensions/api/system_info/system_info_api.h
|
| rename to extensions/browser/api/system_info/system_info_api.h
|
| index f70e799b462b31058a53a2b4c661655eea4e86f5..d1fe9aa5bd54519a5e29adeed0c40055a041eee6 100644
|
| --- a/chrome/browser/extensions/api/system_info/system_info_api.h
|
| +++ b/extensions/browser/api/system_info/system_info_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_API_SYSTEM_INFO_SYSTEM_INFO_API_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_SYSTEM_INFO_SYSTEM_INFO_API_H_
|
| +#ifndef EXTENSIONS_BROWSER_API_SYSTEM_INFO_SYSTEM_INFO_API_H_
|
| +#define EXTENSIONS_BROWSER_API_SYSTEM_INFO_SYSTEM_INFO_API_H_
|
|
|
| #include "extensions/browser/browser_context_keyed_api_factory.h"
|
| #include "extensions/browser/event_router.h"
|
| @@ -32,9 +32,7 @@ class SystemInfoAPI : public BrowserContextKeyedAPI,
|
| friend class BrowserContextKeyedAPIFactory<SystemInfoAPI>;
|
|
|
| // BrowserContextKeyedAPI implementation.
|
| - static const char* service_name() {
|
| - return "SystemInfoAPI";
|
| - }
|
| + static const char* service_name() { return "SystemInfoAPI"; }
|
| static const bool kServiceIsNULLWhileTesting = true;
|
|
|
| content::BrowserContext* browser_context_;
|
| @@ -44,4 +42,4 @@ class SystemInfoAPI : public BrowserContextKeyedAPI,
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_SYSTEM_INFO_SYSTEM_INFO_API_H_
|
| +#endif // EXTENSIONS_BROWSER_API_SYSTEM_INFO_SYSTEM_INFO_API_H_
|
|
|