~thomas-voss/location-service/enable-gnd-messages

« back to all changes in this revision

Viewing changes to tests/engine_test.cpp

  • Committer: Thomas Voß
  • Date: 2016-06-26 21:17:03 UTC
  • mto: This revision was merged to the branch mainline in revision 259.
  • Revision ID: thomas.voss@canonical.com-20160626211703-aptpytiwrjdr1snn
Simplify namespaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Authored by: Thomas Voß <thomas.voss@canonical.com>
17
17
 */
18
18
 
19
 
#include <com/ubuntu/location/engine.h>
20
 
#include <com/ubuntu/location/provider.h>
21
 
#include <com/ubuntu/location/provider_selection_policy.h>
 
19
#include <location/engine.h>
 
20
#include <location/provider.h>
 
21
#include <location/provider_selection_policy.h>
22
22
 
23
23
#include "null_provider_selection_policy.h"
24
24
 
25
25
#include <gmock/gmock.h>
26
26
#include <gtest/gtest.h>
27
27
 
28
 
namespace location = com::ubuntu::location;
29
 
 
30
28
namespace
31
29
{
32
30
struct MockProvider : public location::Provider