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

Unified Diff: remoting/base/codec_test.cc

Issue 6413036: Another big out-of-lining of test code. Hits a lot of gmock objects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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: remoting/base/codec_test.cc
diff --git a/remoting/base/codec_test.cc b/remoting/base/codec_test.cc
index 093eea017a17fbf73eace3e0f0fa0ffbe769a5bf..bfa2d64228761ebb3ffc87994f1ec792d6aef045 100644
--- a/remoting/base/codec_test.cc
+++ b/remoting/base/codec_test.cc
@@ -6,10 +6,10 @@
#include <stdlib.h>
#include "media/base/video_frame.h"
+#include "remoting/base/base_mock_objects.h"
#include "remoting/base/codec_test.h"
#include "remoting/base/decoder.h"
#include "remoting/base/encoder.h"
-#include "remoting/base/mock_objects.h"
#include "remoting/base/util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/rect.h"

Powered by Google App Engine
This is Rietveld 408576698