summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger/debugger_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/debugger/debugger_view.h')
-rw-r--r--chrome/browser/debugger/debugger_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/debugger/debugger_view.h b/chrome/browser/debugger/debugger_view.h
index 6d52686..f0eba87 100644
--- a/chrome/browser/debugger/debugger_view.h
+++ b/chrome/browser/debugger/debugger_view.h
@@ -88,7 +88,7 @@ class DebuggerView : public views::View,
void ExecuteJavascript(const std::string& js);
DebuggerWindow* window_;
- ChromeFont font_;
+ gfx::Font font_;
TabContents* tab_contents_;
TabContentsContainerView* web_container_;
std::vector<std::wstring> pending_output_;