summaryrefslogtreecommitdiffstats
path: root/remoting/host/continue_window_aura.cc
blob: 155ac87801fb0b37eda12cb27b91c3ec3ea008a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2013 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 "build/build_config.h"

// TODO(lambroslambrou): Implement this for Aura - see http://crbug.com/247213.
#if defined(OS_LINUX)
#include "remoting/host/continue_window_gtk.cc"
#else
#error Not implemented.
#endif