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

Unified Diff: chrome_frame/com_message_event.h

Issue 6825055: Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert bad indentation, rebase Created 9 years, 8 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 | « chrome_frame/chrome_frame_automation.h ('k') | chrome_frame/com_message_event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/com_message_event.h
diff --git a/chrome_frame/com_message_event.h b/chrome_frame/com_message_event.h
index 86fec2d329ce7d63c5cde40a54aa2b761a0b20e1..39900e93b150e13eb7e76ab4dddc89cd21c9d728 100644
--- a/chrome_frame/com_message_event.h
+++ b/chrome_frame/com_message_event.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 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.
@@ -8,8 +8,9 @@
#include <atlbase.h>
#include <atlcom.h>
#include <mshtml.h> // IHTMLEventObj
+
#include "base/basictypes.h"
-#include "base/scoped_comptr_win.h"
+#include "base/win/scoped_comptr.h"
// Implements a MessageEvent compliant event object by providing MessageEvent
// specific properties itself and inherited properties from a browser provided
@@ -63,7 +64,7 @@ END_COM_MAP()
// calls that we do not directly support. This may not be initialized
// if our container does not require the properties/methods exposed by
// the basic event object.
- ScopedComPtr<IHTMLEventObj> basic_event_;
+ base::win::ScopedComPtr<IHTMLEventObj> basic_event_;
std::string message_;
std::string origin_;
std::string type_;
« no previous file with comments | « chrome_frame/chrome_frame_automation.h ('k') | chrome_frame/com_message_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698