~alan-griffiths/mir/knee-jerk-mir_surface_state_automatic

« back to all changes in this revision

Viewing changes to tests/unit-tests/frontend/test_application_mediator.cpp

  • Committer: Alan Griffiths
  • Date: 2013-03-11 17:42:55 UTC
  • mfrom: (484 trunk)
  • mto: This revision was merged to the branch mainline in revision 494.
  • Revision ID: alan@octopull.co.uk-20130311174255-bjyo3a90v71entgq
Segregate server-only code

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include "mir_test_doubles/null_buffer_bundle.h"
33
33
#include "mir_test_doubles/null_display.h"
34
34
 
35
 
#include "src/surfaces/proxy_surface.h"
 
35
#include "src/server/surfaces/proxy_surface.h"
36
36
 
37
37
#include <gtest/gtest.h>
38
38
#include <gmock/gmock.h>