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

Unified Diff: Source/platform/HostWindow.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/platform/FloatConversion.h ('k') | Source/platform/JSONValues.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/HostWindow.h
diff --git a/Source/platform/HostWindow.h b/Source/platform/HostWindow.h
index 7744e3f1f5bc36b54b8dd2326c94fb24789c8884..c6caa650b66932dcd981ea56150d30099cb29f8d 100644
--- a/Source/platform/HostWindow.h
+++ b/Source/platform/HostWindow.h
@@ -34,7 +34,7 @@ namespace blink {
struct WebScreenInfo;
}
-namespace WebCore {
+namespace blink {
class Cursor;
class IntPoint;
class IntRect;
@@ -62,6 +62,6 @@ public:
virtual void scheduleAnimation() = 0;
};
-} // namespace WebCore
+} // namespace blink
#endif // HostWindow_h
« no previous file with comments | « Source/platform/FloatConversion.h ('k') | Source/platform/JSONValues.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698