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

Unified Diff: Source/web/UserMediaClientImpl.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/web/StorageQuotaChromium.cpp ('k') | Source/web/UserMediaClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/UserMediaClientImpl.h
diff --git a/Source/web/UserMediaClientImpl.h b/Source/web/UserMediaClientImpl.h
index 47878c95a8b999579bf26da3d3fc477c8ca84a64..5f268ccec55d02978025ffcda2fef3c11e821efd 100644
--- a/Source/web/UserMediaClientImpl.h
+++ b/Source/web/UserMediaClientImpl.h
@@ -39,7 +39,7 @@ namespace WebCore {
class UserMediaRequest;
}
-namespace WebKit {
+namespace blink {
class WebUserMediaClient;
class WebViewImpl;
@@ -58,6 +58,6 @@ private:
WebUserMediaClient* m_client;
};
-} // namespace WebKit
+} // namespace blink
#endif // UserMediaClientImpl_h
« no previous file with comments | « Source/web/StorageQuotaChromium.cpp ('k') | Source/web/UserMediaClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698