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

Unified Diff: Source/WebKit/chromium/tests/ScrollingCoordinatorChromiumTest.cpp

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu 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/tests/ScrollingCoordinatorChromiumTest.cpp
diff --git a/Source/WebKit/chromium/tests/ScrollingCoordinatorChromiumTest.cpp b/Source/WebKit/chromium/tests/ScrollingCoordinatorChromiumTest.cpp
index 2fbc5266062cf112e5f6f97af494b2237a529443..5255bc12d8ff661191a8085528085b48f4385f38 100644
--- a/Source/WebKit/chromium/tests/ScrollingCoordinatorChromiumTest.cpp
+++ b/Source/WebKit/chromium/tests/ScrollingCoordinatorChromiumTest.cpp
@@ -26,8 +26,8 @@
#include "ScrollingCoordinator.h"
+#include <gtest/gtest.h>
#include "FrameTestHelpers.h"
-#include "GraphicsLayerChromium.h"
#include "RenderLayerBacking.h"
#include "RenderLayerCompositor.h"
#include "RenderView.h"
@@ -38,7 +38,7 @@
#include "WebSettings.h"
#include "WebViewClient.h"
#include "WebViewImpl.h"
-#include <gtest/gtest.h>
+#include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
#include <public/Platform.h>
#include <public/WebLayer.h>
#include <public/WebLayerTreeView.h>

Powered by Google App Engine
This is Rietveld 408576698