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

Unified Diff: chrome/browser/ui/cocoa/html_dialog_window_controller.mm

Issue 6312156: Change includes of gfx/* to ui/gfx/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months 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: chrome/browser/ui/cocoa/html_dialog_window_controller.mm
===================================================================
--- chrome/browser/ui/cocoa/html_dialog_window_controller.mm (revision 73642)
+++ chrome/browser/ui/cocoa/html_dialog_window_controller.mm (working copy)
@@ -15,9 +15,9 @@
#import "chrome/browser/ui/cocoa/browser_command_executor.h"
#import "chrome/browser/ui/cocoa/chrome_event_processing_window.h"
#include "chrome/common/native_web_keyboard_event.h"
-#include "gfx/size.h"
#include "ipc/ipc_message.h"
#include "ui/base/keycodes/keyboard_codes.h"
+#include "ui/gfx/size.h"
// Thin bridge that routes notifications to
// HtmlDialogWindowController's member variables.

Powered by Google App Engine
This is Rietveld 408576698