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

Unified Diff: webkit/renderer/cpp_variant_unittest.cc

Issue 15961005: move webkit/glue/cpp_* -> webkit/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test targets Created 7 years, 7 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 | « webkit/renderer/cpp_variant.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/cpp_variant_unittest.cc
diff --git a/webkit/glue/cpp_variant_unittest.cc b/webkit/renderer/cpp_variant_unittest.cc
similarity index 99%
rename from webkit/glue/cpp_variant_unittest.cc
rename to webkit/renderer/cpp_variant_unittest.cc
index 85cc140752014c9a83aae8ea2022b009753d21f2..37741714b86183d1c1d0b5f5b7df3050fc765ca5 100644
--- a/webkit/glue/cpp_variant_unittest.cc
+++ b/webkit/renderer/cpp_variant_unittest.cc
@@ -8,7 +8,7 @@
#include "base/string_util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"
-#include "webkit/glue/cpp_variant.h"
+#include "webkit/renderer/cpp_variant.h"
using WebKit::WebBindings;
using webkit_glue::CppVariant;
« no previous file with comments | « webkit/renderer/cpp_variant.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698