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

Unified Diff: apps/shell/browser/web_view_window.h

Issue 151893002: Reorganize apps/shell into app, browser and common directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (subdirs) Created 6 years, 11 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 | « apps/shell/browser/shell_extensions_browser_client.cc ('k') | apps/shell/browser/web_view_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/browser/web_view_window.h
diff --git a/apps/shell/web_view_window.h b/apps/shell/browser/web_view_window.h
similarity index 76%
rename from apps/shell/web_view_window.h
rename to apps/shell/browser/web_view_window.h
index cfe2e078568ff1cd70825dc274bcafb8915f8ea0..b785ed7984e2fc3e1e4311fa1205c0b9bdd8113d 100644
--- a/apps/shell/web_view_window.h
+++ b/apps/shell/browser/web_view_window.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef APPS_SHELL_WEB_VIEW_WINDOW_H_
-#define APPS_SHELL_WEB_VIEW_WINDOW_H_
+#ifndef APPS_SHELL_BROWSER_WEB_VIEW_WINDOW_H_
+#define APPS_SHELL_BROWSER_WEB_VIEW_WINDOW_H_
namespace aura {
class Window;
@@ -21,4 +21,4 @@ void ShowWebViewWindow(content::BrowserContext* browser_context,
} // namespace apps
-#endif // APPS_SHELL_WEB_VIEW_WINDOW_H_
+#endif // APPS_SHELL_BROWSER_WEB_VIEW_WINDOW_H_
« no previous file with comments | « apps/shell/browser/shell_extensions_browser_client.cc ('k') | apps/shell/browser/web_view_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698