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

Unified Diff: components/app_modal/javascript_native_dialog_factory.h

Issue 688853005: Consolidate javascript_dialog_manager.h and javascript_dialog_manager_impl.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@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/javascript_native_dialog_factory.h b/components/app_modal/javascript_native_dialog_factory.h
index 155af634443003dbbfb9e6b82c2397a4b4dda32a..d8f901c07c7e18837ce971c5ea85c234f59653c1 100644
--- a/components/app_modal/javascript_native_dialog_factory.h
+++ b/components/app_modal/javascript_native_dialog_factory.h
@@ -7,6 +7,8 @@
#include "ui/gfx/native_widget_types.h"
+namespace app_modal {
+
class JavaScriptAppModalDialog;
class NativeAppModalDialog;
@@ -20,4 +22,6 @@ class JavaScriptNativeDialogFactory {
gfx::NativeWindow parent_window) = 0;
};
+} // namespace app_modal
+
#endif // COMPONENTS_APP_MODAL_JAVASCRIPT_NATIVE_DIALOG_FACTORY_H_
« no previous file with comments | « components/app_modal/javascript_dialog_manager_impl.cc ('k') | components/app_modal/native_app_modal_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698