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

Unified Diff: src/d8.h

Issue 1221433021: Move SmartPointer to base. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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
Index: src/d8.h
diff --git a/src/d8.h b/src/d8.h
index 4d723473ea385c2c66b65c6ee65fd40e872592b8..b676acb3f3bb95485f4c6022eb93345b40240188 100644
--- a/src/d8.h
+++ b/src/d8.h
@@ -7,9 +7,9 @@
#ifndef V8_SHARED
#include "src/allocation.h"
+#include "src/base/smart-pointers.h"
#include "src/hashmap.h"
#include "src/list.h"
-#include "src/smart-pointers.h"
#include "src/v8.h"
#else
#include "include/v8.h"

Powered by Google App Engine
This is Rietveld 408576698