Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / feedback / system_logs / log_sources / chrome_internal_log_source.cc
index 2c30479..e334630 100644 (file)
@@ -32,6 +32,13 @@ const char kOsVersionTag[] = "OS VERSION";
 
 namespace system_logs {
 
+ChromeInternalLogSource::ChromeInternalLogSource()
+    : SystemLogsSource("ChromeInternal") {
+}
+
+ChromeInternalLogSource::~ChromeInternalLogSource() {
+}
+
 void ChromeInternalLogSource::Fetch(const SysLogsSourceCallback& callback) {
   DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
   DCHECK(!callback.is_null());