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

Unified Diff: Source/core/platform/testing/FakeWebGraphicsContext3D.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/core/platform/mediastream/RTCSessionDescriptionRequest.h ('k') | Source/core/plugins/PluginView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/testing/FakeWebGraphicsContext3D.h
diff --git a/Source/core/platform/testing/FakeWebGraphicsContext3D.h b/Source/core/platform/testing/FakeWebGraphicsContext3D.h
index bf4c87eaa1313d4157a41dc6e3466cc913eafaa9..db97f8042ee9e67f8cf917af7d7fd2edc4c4c7be 100644
--- a/Source/core/platform/testing/FakeWebGraphicsContext3D.h
+++ b/Source/core/platform/testing/FakeWebGraphicsContext3D.h
@@ -29,7 +29,7 @@
#include "core/platform/graphics/GraphicsContext3D.h"
#include "public/platform/WebGraphicsContext3D.h"
-namespace WebKit {
+namespace blink {
// WebGraphicsContext3D base class for use in WebKit unit tests.
// All operations are no-ops (returning 0 if necessary).
@@ -289,6 +289,6 @@ protected:
Attributes m_attrs;
};
-} // namespace WebKit
+} // namespace blink
#endif // FakeWebGraphicsContext3D_h
« no previous file with comments | « Source/core/platform/mediastream/RTCSessionDescriptionRequest.h ('k') | Source/core/plugins/PluginView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698