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

Unified Diff: webkit/port/platform/chromium/WidgetClientChromium.h

Issue 7419: Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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: webkit/port/platform/chromium/WidgetClientChromium.h
===================================================================
--- webkit/port/platform/chromium/WidgetClientChromium.h (revision 0)
+++ webkit/port/platform/chromium/WidgetClientChromium.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 WidgetClientWin_H__
-#define WidgetClientWin_H__
+#ifndef WidgetClientChromium_H__
+#define WidgetClientChromium_H__
#include "base/gfx/native_widget_types.h"
#include "WidgetClient.h"
@@ -17,9 +17,9 @@
class Range;
// Generic interface for features needed by the Widget.
-class WidgetClientWin : public WidgetClient {
+class WidgetClientChromium : public WidgetClient {
public:
- virtual ~WidgetClientWin() {}
+ virtual ~WidgetClientChromium() {}
// Returns the containing window for the Widget.
// TODO(pinkerton): this needs a better name, "window" is incorrect on other
@@ -72,4 +72,4 @@
} // namespace WebCore
-#endif // WidgetClientWin_H__
+#endif // WidgetClientChromium_H__
Property changes on: webkit\port\platform\chromium\WidgetClientChromium.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/webkit/port/platform/WidgetClientWin.h:r69-2775
« no previous file with comments | « webkit/port/platform/chromium/WidgetChromium.cpp ('k') | webkit/port/platform/network/AuthenticationChallenge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698