| Index: components/app_modal/javascript_native_dialog_factory.h
 | 
| diff --git a/components/app_modal_dialogs/javascript_native_dialog_factory.h b/components/app_modal/javascript_native_dialog_factory.h
 | 
| similarity index 72%
 | 
| rename from components/app_modal_dialogs/javascript_native_dialog_factory.h
 | 
| rename to components/app_modal/javascript_native_dialog_factory.h
 | 
| index 513c11993332e8968bd768031eb7345a1da02518..155af634443003dbbfb9e6b82c2397a4b4dda32a 100644
 | 
| --- a/components/app_modal_dialogs/javascript_native_dialog_factory.h
 | 
| +++ b/components/app_modal/javascript_native_dialog_factory.h
 | 
| @@ -2,9 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef COMPONENTS_APP_MODAL_DIALOGS_JAVASCRIPT_NATIVE_DIALOG_FACTORY_H_
 | 
| -#define COMPONENTS_APP_MODAL_DIALOGS_JAVASCRIPT_NATIVE_DIALOG_FACTORY_H_
 | 
| -
 | 
| +#ifndef COMPONENTS_APP_MODAL_JAVASCRIPT_NATIVE_DIALOG_FACTORY_H_
 | 
| +#define COMPONENTS_APP_MODAL_JAVASCRIPT_NATIVE_DIALOG_FACTORY_H_
 | 
|  
 | 
|  #include "ui/gfx/native_widget_types.h"
 | 
|  
 | 
| @@ -21,4 +20,4 @@ class JavaScriptNativeDialogFactory {
 | 
|        gfx::NativeWindow parent_window) = 0;
 | 
|  };
 | 
|  
 | 
| -#endif  // COMPONENTS_APP_MODAL_DIALOGS_JAVASCRIPT_NATIVE_DIALOG_FACTORY_H_
 | 
| +#endif  // COMPONENTS_APP_MODAL_JAVASCRIPT_NATIVE_DIALOG_FACTORY_H_
 | 
| 
 |