Index: remoting/host/capturer.cc |
diff --git a/remoting/host/capturer.cc b/remoting/host/capturer.cc |
index 2f92d18aa83ccb4f5a77533f7da983645017e248..789723ba6619c9f3b1f07cd83b63801fe582b9e4 100644 |
--- a/remoting/host/capturer.cc |
+++ b/remoting/host/capturer.cc |
@@ -9,7 +9,7 @@ namespace remoting { |
Capturer::Capturer() |
: width_(0), |
height_(0), |
- pixel_format_(chromotocol_pb::PixelFormatInvalid), |
+ pixel_format_(PixelFormatInvalid), |
bytes_per_pixel_(0), |
bytes_per_row_(0), |
current_buffer_(0) { |
@@ -30,7 +30,7 @@ int Capturer::GetHeight() const { |
return height_; |
} |
-chromotocol_pb::PixelFormat Capturer::GetPixelFormat() const { |
+PixelFormat Capturer::GetPixelFormat() const { |
return pixel_format_; |
} |