summaryrefslogtreecommitdiffstats
path: root/chromium/content/child/sync_load_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/child/sync_load_response.cc')
-rw-r--r--chromium/content/child/sync_load_response.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/content/child/sync_load_response.cc b/chromium/content/child/sync_load_response.cc
new file mode 100644
index 00000000000..163153aa237
--- /dev/null
+++ b/chromium/content/child/sync_load_response.cc
@@ -0,0 +1,13 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/child/sync_load_response.h"
+
+namespace content {
+
+SyncLoadResponse::SyncLoadResponse() {}
+
+SyncLoadResponse::~SyncLoadResponse() {}
+
+} // namespace content