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

Unified Diff: third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.cpp

Issue 2760363002: [instrumentation] Generalize instrumentation to be used beyond the core layer (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.cpp
diff --git a/third_party/WebKit/Source/platform/PlatformInstrumentation.cpp b/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.cpp
similarity index 97%
rename from third_party/WebKit/Source/platform/PlatformInstrumentation.cpp
rename to third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.cpp
index e5c09266f689764e94d7ca996df2075d301881e7..50e13e0e420081891bd73472ae296e97856f5357 100644
--- a/third_party/WebKit/Source/platform/PlatformInstrumentation.cpp
+++ b/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.cpp
@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "platform/PlatformInstrumentation.h"
+#include "platform/instrumentation/PlatformInstrumentation.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698