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

Unified Diff: public/web/WebMIDIClientMock.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « public/web/WebLabelElement.h ('k') | public/web/WebMIDIPermissionRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebMIDIClientMock.h
diff --git a/public/web/WebMIDIClientMock.h b/public/web/WebMIDIClientMock.h
index 0ed583386a804786e35107c64cc4c11bb12fa4c8..34b62a8d6dd56e2106c34441ca28f8aca9769c5d 100644
--- a/public/web/WebMIDIClientMock.h
+++ b/public/web/WebMIDIClientMock.h
@@ -35,7 +35,7 @@
#include "../platform/WebPrivateOwnPtr.h"
#include "WebMIDIClient.h"
-namespace WebCore {
+namespace blink {
class MIDIClientMock;
}
@@ -56,7 +56,7 @@ public:
private:
BLINK_EXPORT void reset();
- WebPrivateOwnPtr<WebCore::MIDIClientMock> m_clientMock;
+ WebPrivateOwnPtr<blink::MIDIClientMock> m_clientMock;
};
} // namespace blink
« no previous file with comments | « public/web/WebLabelElement.h ('k') | public/web/WebMIDIPermissionRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698