Chromium Code Reviews

Unified Diff: chrome/browser/ui/app_modal_dialogs/message_box_handler.h

Issue 5471002: Move app_modal_dialog stuff to ui/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/ui/app_modal_dialogs/message_box_handler.h
===================================================================
--- chrome/browser/ui/app_modal_dialogs/message_box_handler.h (revision 0)
+++ chrome/browser/ui/app_modal_dialogs/message_box_handler.h (working copy)
@@ -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 CHROME_BROWSER_MESSAGE_BOX_HANDLER_H_
-#define CHROME_BROWSER_MESSAGE_BOX_HANDLER_H_
+#ifndef CHROME_BROWSER_UI_APP_MODAL_DIALOGS_MESSAGE_BOX_HANDLER_H_
+#define CHROME_BROWSER_UI_APP_MODAL_DIALOGS_MESSAGE_BOX_HANDLER_H_
#pragma once
#include <string>
@@ -38,4 +38,4 @@
const std::wstring& message_text,
IPC::Message* reply_msg);
-#endif // CHROME_BROWSER_MESSAGE_BOX_HANDLER_H_
+#endif // CHROME_BROWSER_UI_APP_MODAL_DIALOGS_MESSAGE_BOX_HANDLER_H_
« no previous file with comments | « chrome/browser/ui/app_modal_dialogs/js_modal_dialog.cc ('k') | chrome/browser/ui/app_modal_dialogs/message_box_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine