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

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: 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..654bb3acf4c29648917180a6a531a521426e2b71 100644
--- a/components/app_modal_dialogs/javascript_dialog_manager_impl.h
+++ b/components/app_modal/javascript_dialog_manager_impl.h
@@ -1,12 +1,14 @@
// Copyright 2014 The Chromium Authors. All rights reserved.
// 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_
msw 2014/11/17 19:14:41 nit: blank line above.
oshima 2014/11/17 21:40:23 Done.
+#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 +75,4 @@ class JavaScriptDialogManagerImpl : public content::JavaScriptDialogManager {
DISALLOW_COPY_AND_ASSIGN(JavaScriptDialogManagerImpl);
};
+#endif // COMPONENTS_APP_MODAL_JAVASCRIPT_DIALOG_MANAGER_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698