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

« back to all changes in this revision

Viewing changes to tests/unit-tests/input/android/test_event_filter_input_dispatcher_policy.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:
17
17
 */
18
18
 
19
19
#include "mir/input/event_filter.h"
20
 
#include "src/input/android/event_filter_dispatcher_policy.h"
 
20
#include "src/server/input/android/event_filter_dispatcher_policy.h"
21
21
 
22
22
#include "mir_test/fake_shared.h"
23
23
#include "mir_test_doubles/mock_event_filter.h"