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

Unified Diff: components/app_modal/javascript_dialog_manager_impl.h

Issue 735473002: Rename app_modal_dialogs dir to app_modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase 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_dialog_manager_impl.h
diff --git a/components/app_modal_dialogs/javascript_dialog_manager_impl.h b/components/app_modal/javascript_dialog_manager_impl.h
similarity index 92%
rename from components/app_modal_dialogs/javascript_dialog_manager_impl.h
rename to components/app_modal/javascript_dialog_manager_impl.h
index 22b3dd1c0e68380f1682f80513565ff2ae643e10..49389367d48d893ca827f07cc8a3af80b23856f9 100644
--- a/components/app_modal_dialogs/javascript_dialog_manager_impl.h
+++ b/components/app_modal/javascript_dialog_manager_impl.h
@@ -2,11 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef COMPONENTS_APP_MODAL_JAVASCRIPT_DIALOG_MANAGER_IMPL_H_
+#define COMPONENTS_APP_MODAL_JAVASCRIPT_DIALOG_MANAGER_IMPL_H_
+
#include "content/public/browser/javascript_dialog_manager.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/singleton.h"
-#include "components/app_modal_dialogs/javascript_app_modal_dialog.h"
+#include "components/app_modal/javascript_app_modal_dialog.h"
class JavaScriptDialogExtensionsClient;
class JavaScriptNativeDialogFactory;
@@ -73,3 +76,4 @@ class JavaScriptDialogManagerImpl : public content::JavaScriptDialogManager {
DISALLOW_COPY_AND_ASSIGN(JavaScriptDialogManagerImpl);
};
+#endif // COMPONENTS_APP_MODAL_JAVASCRIPT_DIALOG_MANAGER_IMPL_H_
« no previous file with comments | « components/app_modal/javascript_dialog_manager.cc ('k') | components/app_modal/javascript_dialog_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698