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

Unified Diff: Source/WebKit/chromium/src/WebViewImpl.cpp

Issue 14383019: Absolutify paths to modules/*, part 1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: .... Created 7 years, 8 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/WebKit/chromium/src/WebViewImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebViewImpl.cpp b/Source/WebKit/chromium/src/WebViewImpl.cpp
index 5cc0e9cd237b8aba5255e8aa4418843b457c367e..5e6e0a3b302e1b6b65a69e99ba20eb5b7453e72b 100644
--- a/Source/WebKit/chromium/src/WebViewImpl.cpp
+++ b/Source/WebKit/chromium/src/WebViewImpl.cpp
@@ -33,13 +33,11 @@
#include "AutofillPopupMenuClient.h"
#include "BatteryClientImpl.h"
-#include "BatteryController.h"
#include "CSSValueKeywords.h"
#include "CompositionUnderlineVectorBuilder.h"
#include "ContextFeaturesClientImpl.h"
#include "DeviceOrientationClientProxy.h"
#include "GeolocationClientProxy.h"
-#include "GeolocationController.h"
#include "GraphicsLayerFactoryChromium.h"
#include "HTMLInputElement.h"
#include "HTMLMediaElement.h"
@@ -142,6 +140,8 @@
#include "core/rendering/RenderLayerCompositor.h"
#include "core/rendering/RenderView.h"
#include "core/rendering/RenderWidget.h"
+#include "modules/battery/BatteryController.h"
+#include "modules/geolocation/GeolocationController.h"
#include "painting/ContinuousPainter.h"
#include "painting/GraphicsContextBuilder.h"
#include "src/WebActiveGestureAnimation.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebIDBMetadata.cpp ('k') | Source/WebKit/chromium/src/WorkerAsyncFileSystemChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698