Revert 207377 "Disable TabCaptureApiTest.EndToEnd for Linux (non..."
[chromium-blink-merge.git] / remoting / host / continue_window_aura.cc
blob155ac87801fb0b37eda12cb27b91c3ec3ea008a1
1 // Copyright 2013 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 "build/build_config.h"
7 // TODO(lambroslambrou): Implement this for Aura - see http://crbug.com/247213.
8 #if defined(OS_LINUX)
9 #include "remoting/host/continue_window_gtk.cc"
10 #else
11 #error Not implemented.
12 #endif