Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: platforms/stm/disco_dartino/src/page_allocator.h

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platforms/stm/disco_dartino/src/main.cc ('k') | platforms/stm/disco_dartino/src/page_allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platforms/stm/disco_dartino/src/page_allocator.h
diff --git a/platforms/stm/disco_fletch/src/page_allocator.h b/platforms/stm/disco_dartino/src/page_allocator.h
similarity index 90%
rename from platforms/stm/disco_fletch/src/page_allocator.h
rename to platforms/stm/disco_dartino/src/page_allocator.h
index 8d3070d8c2175ff64e8ded5d7e129851af74d2d9..a63b752c69a2e8e16e69a002d5b8b07750e382a4 100644
--- a/platforms/stm/disco_fletch/src/page_allocator.h
+++ b/platforms/stm/disco_dartino/src/page_allocator.h
@@ -2,14 +2,14 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-#ifndef PLATFORMS_STM_DISCO_FLETCH_SRC_PAGE_ALLOCATOR_H_
-#define PLATFORMS_STM_DISCO_FLETCH_SRC_PAGE_ALLOCATOR_H_
+#ifndef PLATFORMS_STM_DISCO_DARTINO_SRC_PAGE_ALLOCATOR_H_
+#define PLATFORMS_STM_DISCO_DARTINO_SRC_PAGE_ALLOCATOR_H_
#include <cinttypes>
#include <cstdlib>
#include <cstring>
-#include "platforms/stm/disco_fletch/src/globals.h"
+#include "platforms/stm/disco_dartino/src/globals.h"
class PageAllocator {
public:
@@ -68,4 +68,4 @@ class PageAllocator {
Arena arenas_[kMaxArenas];
};
-#endif // PLATFORMS_STM_DISCO_FLETCH_SRC_PAGE_ALLOCATOR_H_
+#endif // PLATFORMS_STM_DISCO_DARTINO_SRC_PAGE_ALLOCATOR_H_
« no previous file with comments | « platforms/stm/disco_dartino/src/main.cc ('k') | platforms/stm/disco_dartino/src/page_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698