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

Unified Diff: Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h

Issue 365223002: Clean up redundant header files in navigatorcontentutils (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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: Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
diff --git a/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h b/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
index 49b67128cf41e81c250b6a637bf50f53baacd46d..de7bfe9e88b6818f852fde2fc1e376159ff9ef2f 100644
--- a/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
+++ b/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
@@ -6,13 +6,13 @@
#define NavigatorContentUtilsClientMock_h
#include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h"
-#include "platform/weborigin/KURL.h"
#include "wtf/HashSet.h"
-#include "wtf/OwnPtr.h"
#include "wtf/text/WTFString.h"
namespace WebCore {
+class KURL;
+
// Provides a mock object for the navigatorcontentutils client.
class NavigatorContentUtilsClientMock : public NavigatorContentUtilsClient {
public:

Powered by Google App Engine
This is Rietveld 408576698