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

Unified Diff: content/public/browser/navigation_details.h

Issue 2225343002: Navigation: move RestoreType and ReloadType into a separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase+ Created 4 years, 4 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: content/public/browser/navigation_details.h
diff --git a/content/public/browser/navigation_details.h b/content/public/browser/navigation_details.h
index dc473878f3c227332364d08657c1b13f25d57413..0dd21b6581a4e9350609ead9d04f6488d593ef9f 100644
--- a/content/public/browser/navigation_details.h
+++ b/content/public/browser/navigation_details.h
@@ -7,7 +7,7 @@
#include <string>
#include "content/common/content_export.h"
-#include "content/public/browser/navigation_type.h"
+#include "content/public/browser/navigation_types.h"
#include "content/public/common/ssl_status.h"
#include "url/gurl.h"

Powered by Google App Engine
This is Rietveld 408576698