Chromium Code Reviews| 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..ca58e82dc1e668b9a2244252f211f2705de43656 100644 |
| --- a/components/app_modal_dialogs/javascript_native_dialog_factory.h |
| +++ b/components/app_modal/javascript_native_dialog_factory.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 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_ |
|
msw
2014/11/17 19:14:41
nit: remove one of these blank lines
oshima
2014/11/17 21:40:23
Done.
|
| #include "ui/gfx/native_widget_types.h" |
| @@ -21,4 +21,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_ |