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

Unified Diff: base/win/scoped_comptr_unittest.cc

Issue 3781009: Move the windows-specific scoped_* stuff from base to base/win and in the bas... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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: base/win/scoped_comptr_unittest.cc
===================================================================
--- base/win/scoped_comptr_unittest.cc (revision 62694)
+++ base/win/scoped_comptr_unittest.cc (working copy)
@@ -2,13 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/scoped_comptr_win.h"
+#include "base/win/scoped_comptr.h"
#include <shlobj.h>
#include "base/scoped_ptr.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace base {
+namespace win {
+
namespace {
struct Dummy {
@@ -105,3 +108,6 @@
EXPECT_EQ(p->adds, 4);
EXPECT_EQ(p->releases, 4);
}
+
+} // namespace win
+} // namespace base

Powered by Google App Engine
This is Rietveld 408576698