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

Unified Diff: chrome/browser/guest_view/web_view/web_view_constants.h

Issue 237533008: Refactor GuestView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Solve conflicts. Created 6 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: chrome/browser/guest_view/web_view/web_view_constants.h
diff --git a/chrome/browser/guestview/webview/webview_constants.h b/chrome/browser/guest_view/web_view/web_view_constants.h
similarity index 93%
rename from chrome/browser/guestview/webview/webview_constants.h
rename to chrome/browser/guest_view/web_view/web_view_constants.h
index d0d0a0b3fece32ad0169649b805ea3661b4e1fdb..ff50895396b982d8b1f5ff70617230aeed6c0684 100644
--- a/chrome/browser/guestview/webview/webview_constants.h
+++ b/chrome/browser/guest_view/web_view/web_view_constants.h
@@ -4,8 +4,8 @@
// Constants used for the WebView API.
-#ifndef CHROME_BROWSER_GUESTVIEW_WEBVIEW_WEBVIEW_CONSTANTS_H_
-#define CHROME_BROWSER_GUESTVIEW_WEBVIEW_WEBVIEW_CONSTANTS_H_
+#ifndef CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_WEB_VIEW_CONSTANTS_H_
+#define CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_WEB_VIEW_CONSTANTS_H_
namespace webview {
@@ -86,4 +86,4 @@ extern const int kInvalidPermissionRequestID;
} // namespace webview
-#endif // CHROME_BROWSER_GUESTVIEW_WEBVIEW_WEBVIEW_CONSTANTS_H_
+#endif // CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_WEB_VIEW_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698