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

Unified Diff: webkit/mocks/mock_webframeclient.h

Issue 6973051: Remove MockWebFrame in favour of MockWebFrameClient and update corresponding tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: whitespace Created 9 years, 7 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
Index: webkit/mocks/mock_webframeclient.h
diff --git a/webkit/mocks/mock_webframeclient.h b/webkit/mocks/mock_webframeclient.h
new file mode 100644
index 0000000000000000000000000000000000000000..6f138114784df15cc8f26cd36bd2e65d0fcd144f
--- /dev/null
+++ b/webkit/mocks/mock_webframeclient.h
@@ -0,0 +1,16 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef WEBKIT_MOCKS_MOCK_WEBFRAMECLIENT_H_
+#define WEBKIT_MOCKS_MOCK_WEBFRAMECLIENT_H_
+
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h"
+
+namespace webkit_glue {
+
+class MockWebFrameClient : public WebKit::WebFrameClient {};
+
+} // namespace webkit_glue
+
+#endif // WEBKIT_MOCKS_MOCK_WEBFRAMECLIENT_H_

Powered by Google App Engine
This is Rietveld 408576698