| Index: extensions/browser/api/app_current_window_internal/app_current_window_internal_api.h
|
| diff --git a/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.h b/extensions/browser/api/app_current_window_internal/app_current_window_internal_api.h
|
| similarity index 93%
|
| rename from chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.h
|
| rename to extensions/browser/api/app_current_window_internal/app_current_window_internal_api.h
|
| index 8b7aa7bd87c41e095df868d8c90099d54cd26888..057988127829ae6833017b28d923c3088a8c9235 100644
|
| --- a/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.h
|
| +++ b/extensions/browser/api/app_current_window_internal/app_current_window_internal_api.h
|
| @@ -2,17 +2,16 @@
|
| // 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_APP_CURRENT_WINDOW_INTERNAL_APP_CURRENT_WINDOW_INTERNAL_API_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_APP_CURRENT_WINDOW_INTERNAL_APP_CURRENT_WINDOW_INTERNAL_API_H_
|
| +#ifndef EXTENSIONS_BROWSER_API_APP_CURRENT_WINDOW_INTERNAL_APP_CURRENT_WINDOW_INTERNAL_API_H_
|
| +#define EXTENSIONS_BROWSER_API_APP_CURRENT_WINDOW_INTERNAL_APP_CURRENT_WINDOW_INTERNAL_API_H_
|
|
|
| -#include "chrome/browser/extensions/chrome_extension_function.h"
|
| +#include "extensions/browser/extension_function.h"
|
|
|
| namespace extensions {
|
|
|
| class AppWindow;
|
|
|
| -class AppCurrentWindowInternalExtensionFunction
|
| - : public ChromeSyncExtensionFunction {
|
| +class AppCurrentWindowInternalExtensionFunction : public SyncExtensionFunction {
|
| protected:
|
| virtual ~AppCurrentWindowInternalExtensionFunction() {}
|
|
|
| @@ -211,4 +210,4 @@ class AppCurrentWindowInternalSetVisibleOnAllWorkspacesFunction
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_APP_CURRENT_WINDOW_INTERNAL_APP_CURRENT_WINDOW_INTERNAL_API_H_
|
| +#endif // EXTENSIONS_BROWSER_API_APP_CURRENT_WINDOW_INTERNAL_APP_CURRENT_WINDOW_INTERNAL_API_H_
|
|
|