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

Unified Diff: extensions/browser/guest_view/app_view/app_view_constants.h

Issue 486903002: Moving app_view to extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: extensions/browser/guest_view/app_view/app_view_constants.h
diff --git a/chrome/browser/guest_view/app_view/app_view_constants.h b/extensions/browser/guest_view/app_view/app_view_constants.h
similarity index 72%
rename from chrome/browser/guest_view/app_view/app_view_constants.h
rename to extensions/browser/guest_view/app_view/app_view_constants.h
index c943345c48bb61547146afbc497017f486683dce..ab1659effddd12db21f87572e5a7ee81b6688296 100644
--- a/chrome/browser/guest_view/app_view/app_view_constants.h
+++ b/extensions/browser/guest_view/app_view/app_view_constants.h
@@ -4,8 +4,8 @@
// Constants used for the AppView API.
-#ifndef CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
-#define CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
+#ifndef EXTENSIONS_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
+#define EXTENSIONS_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
namespace appview {
@@ -22,4 +22,4 @@ extern const char kGuestInstanceID[];
} // namespace appview
-#endif // CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
+#endif // EXTENSIONS_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
« no previous file with comments | « extensions/browser/api/extensions_api_client.cc ('k') | extensions/browser/guest_view/app_view/app_view_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698