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

Unified Diff: base/win/message_window_unittest.cc

Issue 16780006: Moved remoting::win::MessageWindow to base::win::MessageWindow so that it could be re-used outside … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: base/win/message_window_unittest.cc
diff --git a/remoting/host/win/message_window_unittest.cc b/base/win/message_window_unittest.cc
similarity index 94%
rename from remoting/host/win/message_window_unittest.cc
rename to base/win/message_window_unittest.cc
index d12af7b68ebb79939cc52019d66aaacd719c0493..5910a7b0e6a8562998595f5665f393820869570e 100644
--- a/remoting/host/win/message_window_unittest.cc
+++ b/base/win/message_window_unittest.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/host/win/message_window.h"
+#include "base/win/message_window.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace remoting {
+namespace base {
namespace {
@@ -58,4 +58,4 @@ TEST(MessageWindowTest, SendMessage) {
EXPECT_EQ(SendMessage(window.hwnd(), WM_USER, 100, 0), 100);
}
-} // namespace remoting
+} // namespace base

Powered by Google App Engine
This is Rietveld 408576698