Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2217)

Unified Diff: components/app_modal/javascript_native_dialog_factory.h

Issue 735473002: Rename app_modal_dialogs dir to app_modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698