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

Unified Diff: src/profiler/strings-storage.cc

Issue 1378253002: Move strings-storage.* to the profiler directory (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebaseline Created 5 years, 3 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 | « src/profiler/strings-storage.h ('k') | src/strings-storage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profiler/strings-storage.cc
diff --git a/src/strings-storage.cc b/src/profiler/strings-storage.cc
similarity index 98%
rename from src/strings-storage.cc
rename to src/profiler/strings-storage.cc
index 52cc00f852f58673d91ffedf40870e2c0a44c475..9f095b88668b23c559ed18707a574f0822b8df28 100644
--- a/src/strings-storage.cc
+++ b/src/profiler/strings-storage.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/strings-storage.h"
+#include "src/profiler/strings-storage.h"
#include "src/base/smart-pointers.h"
#include "src/objects-inl.h"
« no previous file with comments | « src/profiler/strings-storage.h ('k') | src/strings-storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698