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

Unified Diff: chrome_frame/stream_impl.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/protocol_sink_wrap.cc ('k') | chrome_frame/test/chrome_frame_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/stream_impl.h
diff --git a/chrome_frame/stream_impl.h b/chrome_frame/stream_impl.h
index 9cced3e525bf68a12a21140af3e5d3aead59ddf8..454bbb1b1fa66ddf74daa5fe04d668c94281c247 100644
--- a/chrome_frame/stream_impl.h
+++ b/chrome_frame/stream_impl.h
@@ -1,4 +1,4 @@
-// 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.
@@ -8,7 +8,7 @@
#include <atlbase.h>
#include <atlcom.h>
-#include "base/scoped_comptr_win.h"
+#include "base/win/scoped_comptr.h"
// A generic base class for IStream implementation. If provided
// with a delegate, it delegated calls to it otherwise can be
@@ -35,7 +35,7 @@ class StreamImpl : public IStream {
STDMETHOD(Clone)(IStream** stream);
protected:
- ScopedComPtr<IStream> delegate_;
+ base::win::ScopedComPtr<IStream> delegate_;
private:
DISALLOW_COPY_AND_ASSIGN(StreamImpl);
« no previous file with comments | « chrome_frame/protocol_sink_wrap.cc ('k') | chrome_frame/test/chrome_frame_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698