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

Unified Diff: chrome/browser/dom_ui/html_dialog_contents.h

Issue 27150: Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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/dom_ui/html_dialog_contents.h
===================================================================
--- chrome/browser/dom_ui/html_dialog_contents.h (revision 10402)
+++ chrome/browser/dom_ui/html_dialog_contents.h (working copy)
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_DOM_UI_HTML_DIALOG_CONTENTS_H__
#define CHROME_BROWSER_DOM_UI_HTML_DIALOG_CONTENTS_H__
+#include "base/gfx/size.h"
#include "chrome/browser/dom_ui/dom_ui_host.h"
// Implement this class to receive notifications.
@@ -17,7 +18,7 @@
// Get the HTML file path for the content to load in the dialog.
virtual GURL GetDialogContentURL() const = 0;
// Get the size of the dialog.
- virtual void GetDialogSize(CSize* size) const = 0;
+ virtual void GetDialogSize(gfx::Size* size) const = 0;
// Gets the JSON string input to use when showing the dialog.
virtual std::string GetDialogArgs() const = 0;
// A callback to notify the delegate that the dialog closed.

Powered by Google App Engine
This is Rietveld 408576698