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

Unified Diff: Source/web/MIDIClientProxy.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/LocalFileSystemClient.cpp ('k') | Source/web/MIDIClientProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/MIDIClientProxy.h
diff --git a/Source/web/MIDIClientProxy.h b/Source/web/MIDIClientProxy.h
index b6d1e3783918952db5bb02a464ee0d0fd4cf89c7..be3e7a7d856aea9a1a8425fc0dc842401d595994 100644
--- a/Source/web/MIDIClientProxy.h
+++ b/Source/web/MIDIClientProxy.h
@@ -38,7 +38,7 @@ namespace WebCore {
class MIDIAccess;
}
-namespace WebKit {
+namespace blink {
class WebMIDIClient;
class WebViewImpl;
@@ -55,6 +55,6 @@ private:
WebMIDIClient* m_client;
};
-} // namespace WebKit
+} // namespace blink
#endif // MIDIClientProxy_h
« no previous file with comments | « Source/web/LocalFileSystemClient.cpp ('k') | Source/web/MIDIClientProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698