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

Unified Diff: base/win/scoped_com_initializer.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 | « base/win/iat_patch_function.cc ('k') | chrome/browser/aeropeek_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/scoped_com_initializer.h
diff --git a/app/win/scoped_com_initializer.h b/base/win/scoped_com_initializer.h
similarity index 76%
rename from app/win/scoped_com_initializer.h
rename to base/win/scoped_com_initializer.h
index 3a2cf557e46667341dd7c2d0521e07dd9333403e..e7e3b4aca9a7466fbd99b61d4996d0a6c140b9bb 100644
--- a/app/win/scoped_com_initializer.h
+++ b/base/win/scoped_com_initializer.h
@@ -1,9 +1,9 @@
-// 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_SCOPED_COM_INITIALIZER_H_
-#define APP_WIN_SCOPED_COM_INITIALIZER_H_
+#ifndef BASE_WIN_SCOPED_COM_INITIALIZER_H_
+#define BASE_WIN_SCOPED_COM_INITIALIZER_H_
#pragma once
#include "base/basictypes.h"
@@ -13,7 +13,7 @@
#include <objbase.h>
-namespace app {
+namespace base {
namespace win {
// Initializes COM in the constructor (STA), and uninitializes COM in the
@@ -35,11 +35,11 @@ class ScopedCOMInitializer {
};
} // namespace win
-} // namespace app
+} // namespace base
#else
-namespace app {
+namespace base {
namespace win {
// Do-nothing class for other platforms.
@@ -53,8 +53,8 @@ class ScopedCOMInitializer {
};
} // namespace win
-} // namespace app
+} // namespace base
#endif
-#endif // APP_WIN_SCOPED_COM_INITIALIZER_H_
+#endif // BASE_WIN_SCOPED_COM_INITIALIZER_H_
« no previous file with comments | « base/win/iat_patch_function.cc ('k') | chrome/browser/aeropeek_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698