Revert of Class for allocating a chunk of memory for RenderPass (patchset #31 id...
[chromium-blink-merge.git] / content / child / sync_load_response.cc
blob163153aa23766cc3a0b71a8fa8e1730efdb7a464
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "content/child/sync_load_response.h"
7 namespace content {
9 SyncLoadResponse::SyncLoadResponse() {}
11 SyncLoadResponse::~SyncLoadResponse() {}
13 } // namespace content