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

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: Rename files and folders in chrome/browser/guestview. 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 a05c9b9037dabd3e1eb47c827c55b967053ea3e3..8326c063afea923fac5dd9ef211e9ce00bc85a03 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