Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / remoting / host / disconnect_window_aura.cc
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.
4
5 #include "build/build_config.h"
6
7 // TODO(lambroslambrou): Implement this for Aura - see http://crbug.com/247213.
8 #if defined(OS_LINUX)
9 #include "remoting/host/disconnect_window_gtk.cc"
10 #else
11 #error Not implemented.
12 #endif