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

Unified Diff: Source/web/GraphicsLayerFactoryChromium.h

Issue 462613002: Cleanup namespace usage in Source/web/[A-V]*.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing comments Created 6 years, 4 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/web/GeolocationClientProxy.h ('k') | Source/web/InspectorClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/GraphicsLayerFactoryChromium.h
diff --git a/Source/web/GraphicsLayerFactoryChromium.h b/Source/web/GraphicsLayerFactoryChromium.h
index 3be17b3798d86459e75b2710c81716a193ac4161..6f32be5b1e2ebfac53e01ee10b8d263260520feb 100644
--- a/Source/web/GraphicsLayerFactoryChromium.h
+++ b/Source/web/GraphicsLayerFactoryChromium.h
@@ -31,13 +31,13 @@
namespace blink {
class WebViewImpl;
-class GraphicsLayerFactoryChromium FINAL : public blink::GraphicsLayerFactory {
+class GraphicsLayerFactoryChromium FINAL : public GraphicsLayerFactory {
public:
explicit GraphicsLayerFactoryChromium(WebViewImpl*);
virtual ~GraphicsLayerFactoryChromium();
- virtual PassOwnPtr<blink::GraphicsLayer> createGraphicsLayer(blink::GraphicsLayerClient*) OVERRIDE;
+ virtual PassOwnPtr<GraphicsLayer> createGraphicsLayer(GraphicsLayerClient*) OVERRIDE;
private:
// The owner of this GraphicsLayerFactoryChromium.
« no previous file with comments | « Source/web/GeolocationClientProxy.h ('k') | Source/web/InspectorClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698