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

Unified Diff: Source/core/timing/PerformanceMark.h

Issue 26848007: Move Navigation Timing and other various window-level objects out of page/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
« no previous file with comments | « Source/core/timing/PerformanceEntry.idl ('k') | Source/core/timing/PerformanceMark.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceMark.h
diff --git a/Source/core/page/PerformanceMark.h b/Source/core/timing/PerformanceMark.h
similarity index 97%
rename from Source/core/page/PerformanceMark.h
rename to Source/core/timing/PerformanceMark.h
index 4e66458112b3609c763b64b9a9cc7f81ef952051..793a7cd53d8ebc5963b6a7ba70072a67faa010d0 100644
--- a/Source/core/page/PerformanceMark.h
+++ b/Source/core/timing/PerformanceMark.h
@@ -26,7 +26,7 @@
#ifndef PerformanceMark_h
#define PerformanceMark_h
-#include "core/page/PerformanceEntry.h"
+#include "core/timing/PerformanceEntry.h"
#include "wtf/PassRefPtr.h"
#include "wtf/text/WTFString.h"
« no previous file with comments | « Source/core/timing/PerformanceEntry.idl ('k') | Source/core/timing/PerformanceMark.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698