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

Unified Diff: src/background-parsing-task.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/background-parsing-task.h
diff --git a/src/background-parsing-task.h b/src/background-parsing-task.h
index 80e1e271d2c8e1e67c0130e4f85ce97e9484c376..a2c4df792034cd3d644a5aec01853ea186820745 100644
--- a/src/background-parsing-task.h
+++ b/src/background-parsing-task.h
@@ -7,9 +7,9 @@
#include "src/base/platform/platform.h"
#include "src/base/platform/semaphore.h"
+#include "src/base/smart-pointers.h"
#include "src/compiler.h"
#include "src/parser.h"
-#include "src/smart-pointers.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/ast.h ('k') | src/base/smart-pointers.h » ('j') | src/base/smart-pointers.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698