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

Unified Diff: public/web/WebUserMediaRequest.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 | « public/web/WebUserMediaClient.h ('k') | public/web/WebValidationMessageClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebUserMediaRequest.h
diff --git a/public/web/WebUserMediaRequest.h b/public/web/WebUserMediaRequest.h
index 9a33d1ec80c128371f48bafa5b61ca8c096c8960..562e77b09d1fed09a7b8db49f44303c593a0a5a8 100644
--- a/public/web/WebUserMediaRequest.h
+++ b/public/web/WebUserMediaRequest.h
@@ -40,7 +40,7 @@ namespace WebCore {
class UserMediaRequest;
}
-namespace WebKit {
+namespace blink {
class WebDocument;
class WebMediaConstraints;
class WebMediaStream;
@@ -92,6 +92,6 @@ inline bool operator==(const WebUserMediaRequest& a, const WebUserMediaRequest&
return a.equals(b);
}
-} // namespace WebKit
+} // namespace blink
#endif // WebUserMediaRequest_h
« no previous file with comments | « public/web/WebUserMediaClient.h ('k') | public/web/WebValidationMessageClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698