| Index: components/app_modal_dialogs/javascript_dialog_manager.h
|
| diff --git a/chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.h b/components/app_modal_dialogs/javascript_dialog_manager.h
|
| similarity index 67%
|
| rename from chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.h
|
| rename to components/app_modal_dialogs/javascript_dialog_manager.h
|
| index 98f2318c4c8fa8284f671abcd85bd04de083e342..28f10fa5e8b9884a32b9996442f8bc81221f25b3 100644
|
| --- a/chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.h
|
| +++ b/components/app_modal_dialogs/javascript_dialog_manager.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_UI_APP_MODAL_DIALOGS_JAVASCRIPT_DIALOG_MANAGER_H_
|
| -#define CHROME_BROWSER_UI_APP_MODAL_DIALOGS_JAVASCRIPT_DIALOG_MANAGER_H_
|
| +#ifndef COMPONENTS_APP_MODAL_DIALOGS_JAVASCRIPT_DIALOG_MANAGER_H_
|
| +#define COMPONENTS_APP_MODAL_DIALOGS_JAVASCRIPT_DIALOG_MANAGER_H_
|
|
|
| namespace content {
|
| class JavaScriptDialogManager;
|
| @@ -14,4 +14,4 @@ class JavaScriptDialogManager;
|
| // which should not be deleted.
|
| content::JavaScriptDialogManager* GetJavaScriptDialogManagerInstance();
|
|
|
| -#endif // CHROME_BROWSER_UI_APP_MODAL_DIALOGS_JAVASCRIPT_DIALOG_MANAGER_H_
|
| +#endif // COMPONENTS_APP_MODAL_DIALOGS_JAVASCRIPT_DIALOG_MANAGER_H_
|
|
|