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

Unified Diff: chrome/browser/ui/apps/apps_metro_handler_win.h

Issue 22992003: Moved chrome/browser/ui/extensions apps code to chrome/browser/ui/apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win compile Created 7 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: chrome/browser/ui/apps/apps_metro_handler_win.h
diff --git a/chrome/browser/ui/extensions/apps_metro_handler_win.h b/chrome/browser/ui/apps/apps_metro_handler_win.h
similarity index 68%
rename from chrome/browser/ui/extensions/apps_metro_handler_win.h
rename to chrome/browser/ui/apps/apps_metro_handler_win.h
index f1a79de9b606e31963f7f1e83daa7c237da2b016..3d42725d321297abf891fcb63914873ff568dcc3 100644
--- a/chrome/browser/ui/extensions/apps_metro_handler_win.h
+++ b/chrome/browser/ui/apps/apps_metro_handler_win.h
@@ -2,19 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_EXTENSIONS_APPS_METRO_HANDLER_WIN_H_
-#define CHROME_BROWSER_UI_EXTENSIONS_APPS_METRO_HANDLER_WIN_H_
+#ifndef CHROME_BROWSER_UI_APPS_APPS_METRO_HANDLER_WIN_H_
+#define CHROME_BROWSER_UI_APPS_APPS_METRO_HANDLER_WIN_H_
#include "ui/gfx/native_widget_types.h"
-namespace chrome {
-
// Check if there are apps running and if not, return true. Otherwise, Show a
// modal dialog on |parent| asking whether the user is OK with their packaged
// apps closing, in order to relaunch to metro mode. Returns true if the user
// clicks OK.
bool VerifySwitchToMetroForApps(gfx::NativeWindow parent);
-} // namespace chrome
-
-#endif // CHROME_BROWSER_UI_EXTENSIONS_APPS_METRO_HANDLER_WIN_H_
+#endif // CHROME_BROWSER_UI_APPS_APPS_METRO_HANDLER_WIN_H_
« no previous file with comments | « chrome/browser/ui/apps/app_metro_infobar_delegate_win.cc ('k') | chrome/browser/ui/apps/apps_metro_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698