Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / base / linux.cc
index b958543..9800f47 100644 (file)
@@ -233,7 +233,7 @@ bool ConfigParser::ParseLine(std::string* key, std::string* value) {
   return true;
 }
 
-#if !defined(WEBRTC_CHROMIUM_BUILDs)
+#if !defined(WEBRTC_CHROMIUM_BUILD)
 static bool ExpectLineFromStream(FileStream* stream,
                                  std::string* out) {
   StreamResult res = stream->ReadLine(out);