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

Unified Diff: remoting/base/encoder_vp8.h

Issue 2840036: Moving Encoder and Decoder to remoting/base (Closed)
Patch Set: fix DEPS Created 10 years, 5 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 | « remoting/base/encoder_verbatim.cc ('k') | remoting/base/encoder_vp8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/encoder_vp8.h
diff --git a/remoting/host/encoder_vp8.h b/remoting/base/encoder_vp8.h
similarity index 92%
rename from remoting/host/encoder_vp8.h
rename to remoting/base/encoder_vp8.h
index 1cd16acd4bef4b4977743a3c8eedd03d5ace5c09..4b8b539cdf27bc5ab786731f3a2530a6a68556f2 100644
--- a/remoting/host/encoder_vp8.h
+++ b/remoting/base/encoder_vp8.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_ENCODER_VP8_H_
-#define REMOTING_HOST_ENCODER_VP8_H_
+#ifndef REMOTING_BASE_ENCODER_VP8_H_
+#define REMOTING_BASE_ENCODER_VP8_H_
#include "remoting/host/encoder.h"
@@ -58,4 +58,4 @@ class EncoderVp8 : public Encoder {
} // namespace remoting
-#endif // REMOTING_HOST_ENCODER_VP8_H_
+#endif // REMOTING_BASE_ENCODER_VP8_H_
« no previous file with comments | « remoting/base/encoder_verbatim.cc ('k') | remoting/base/encoder_vp8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698