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

Unified Diff: Source/modules/donottrack/NavigatorDoNotTrack.cpp

Issue 99733006: Remove duplicated headers from modules/ directory (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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 | « no previous file | Source/modules/indexeddb/IDBCursor.h » ('j') | Source/modules/indexeddb/IDBCursor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/donottrack/NavigatorDoNotTrack.cpp
diff --git a/Source/modules/donottrack/NavigatorDoNotTrack.cpp b/Source/modules/donottrack/NavigatorDoNotTrack.cpp
index 3defe6ce1afaaf1418dc43a8c079f8293cec3c76..5358b2c93a8768056b2cce2eb724d53891cd339e 100644
--- a/Source/modules/donottrack/NavigatorDoNotTrack.cpp
+++ b/Source/modules/donottrack/NavigatorDoNotTrack.cpp
@@ -31,11 +31,9 @@
#include "config.h"
#include "modules/donottrack/NavigatorDoNotTrack.h"
-#include "core/loader/FrameLoader.h"
Nico 2013/12/09 02:01:27 There's a call to `loader().something` below, so I
#include "core/loader/FrameLoaderClient.h"
#include "core/frame/Frame.h"
#include "core/frame/Navigator.h"
-#include "wtf/PassOwnPtr.h"
namespace WebCore {
« no previous file with comments | « no previous file | Source/modules/indexeddb/IDBCursor.h » ('j') | Source/modules/indexeddb/IDBCursor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698