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

Unified Diff: gfx/canvas_direct2d_unittest.cc

Issue 6019007: Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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
« no previous file with comments | « gfx/DEPS ('k') | gfx/gfx.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gfx/canvas_direct2d_unittest.cc
===================================================================
--- gfx/canvas_direct2d_unittest.cc (revision 70263)
+++ gfx/canvas_direct2d_unittest.cc (working copy)
@@ -7,6 +7,7 @@
#include <vsstyle.h>
#include <vssym32.h>
+#include "app/win/window_impl.h"
#include "base/command_line.h"
#include "base/ref_counted_memory.h"
#include "base/resource_util.h"
@@ -16,7 +17,6 @@
#include "gfx/canvas_skia.h"
#include "gfx/codec/png_codec.h"
#include "gfx/native_theme_win.h"
-#include "gfx/window_impl.h"
#include "gfx/win_util.h"
#include "grit/gfx_resources.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -26,7 +26,7 @@
const char kVisibleModeFlag[] = "d2d-canvas-visible";
-class TestWindow : public gfx::WindowImpl {
+class TestWindow : public app::win::WindowImpl {
public:
static const int kWindowSize = 500;
static const int kWindowPosition = 10;
« no previous file with comments | « gfx/DEPS ('k') | gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698