am 76bdf274: Rename old chromium logtag to chromium_net

* commit '76bdf274a35fbc9f94d90438e38cab35b1e9f4da':
  Rename old chromium logtag to chromium_net
diff --git a/Source/WebKit/android/WebCoreSupport/ChromiumInit.cpp b/Source/WebKit/android/WebCoreSupport/ChromiumInit.cpp
index 500975c..8543c8d 100644
--- a/Source/WebKit/android/WebCoreSupport/ChromiumInit.cpp
+++ b/Source/WebKit/android/WebCoreSupport/ChromiumInit.cpp
@@ -52,7 +52,7 @@
         androidSeverity = ANDROID_LOG_VERBOSE;
         break;
     }
-    android_printLog(androidSeverity, "chromium", "%s:%d: %s", file, line, str.c_str());
+    android_printLog(androidSeverity, "chromium_net", "%s:%d: %s", file, line, str.c_str());
     return false;
 }