summaryrefslogtreecommitdiff
path: root/test/fixtures/fixture_log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/fixture_log.hpp')
-rw-r--r--test/fixtures/fixture_log.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/fixtures/fixture_log.hpp b/test/fixtures/fixture_log.hpp
index c41d74ab9c..263871575b 100644
--- a/test/fixtures/fixture_log.hpp
+++ b/test/fixtures/fixture_log.hpp
@@ -1,15 +1,15 @@
-#ifndef LLMR_TEST_FIXTURE_LOG
-#define LLMR_TEST_FIXTURE_LOG
+#ifndef MBGL_TEST_FIXTURE_LOG
+#define MBGL_TEST_FIXTURE_LOG
-#include <llmr/platform/log.hpp>
-#include <llmr/util/noncopyable.hpp>
+#include <mbgl/platform/log.hpp>
+#include <mbgl/util/noncopyable.hpp>
#include <boost/optional.hpp>
#include <vector>
#include <cstdarg>
-namespace llmr {
+namespace mbgl {
class FixtureLogBackend : public LogBackend, private util::noncopyable {
public: