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

Unified Diff: ui/base/win/shell.h

Issue 7231016: Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: brettw review Created 9 years, 6 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 | « content/gpu/gpu_main.cc ('k') | ui/base/win/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/win/shell.h
diff --git a/app/win/shell.h b/ui/base/win/shell.h
similarity index 86%
rename from app/win/shell.h
rename to ui/base/win/shell.h
index 44ee3ba7cd09874fdbb5f18b22f5a01a2a9479b4..cc32477f448e368ffd1708321a9be6c9bf36e4c8 100644
--- a/app/win/shell.h
+++ b/ui/base/win/shell.h
@@ -1,9 +1,10 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef APP_WIN_SHELL_H_
-#define APP_WIN_SHELL_H_
+#ifndef UI_BASE_WIN_SHELL_H_
+#define UI_BASE_WIN_SHELL_H_
+#pragma once
#include <windows.h>
@@ -11,7 +12,7 @@
class FilePath;
-namespace app {
+namespace ui {
namespace win {
// Open or run a file via the Windows shell. In the event that there is no
@@ -36,6 +37,6 @@ bool OpenItemWithExternalApp(const string16& full_path);
void SetAppIdForWindow(const string16& app_id, HWND hwnd);
} // namespace win
-} // namespace app
+} // namespace ui
-#endif // APP_WIN_SHELL_H_
+#endif // UI_BASE_WIN_SHELL_H_
« no previous file with comments | « content/gpu/gpu_main.cc ('k') | ui/base/win/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698