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

Unified Diff: Source/web/StorageClientImpl.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/SpellCheckerClientImpl.h ('k') | Source/web/StorageQuotaClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/StorageClientImpl.h
diff --git a/Source/web/StorageClientImpl.h b/Source/web/StorageClientImpl.h
index 0942d2007a925b1f01dd937afc10b909d5c3ca3f..2b5cabaeb9adcc35ff4f08360ed7808c06497ab9 100644
--- a/Source/web/StorageClientImpl.h
+++ b/Source/web/StorageClientImpl.h
@@ -11,12 +11,12 @@ namespace blink {
class WebViewImpl;
-class StorageClientImpl : public blink::StorageClient {
+class StorageClientImpl : public StorageClient {
public:
explicit StorageClientImpl(WebViewImpl*);
- virtual PassOwnPtr<blink::StorageNamespace> createSessionStorageNamespace() OVERRIDE;
- virtual bool canAccessStorage(blink::LocalFrame*, blink::StorageType) const OVERRIDE;
+ virtual PassOwnPtr<StorageNamespace> createSessionStorageNamespace() OVERRIDE;
+ virtual bool canAccessStorage(LocalFrame*, StorageType) const OVERRIDE;
private:
WebViewImpl* m_webView;
« no previous file with comments | « Source/web/SpellCheckerClientImpl.h ('k') | Source/web/StorageQuotaClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698