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

Unified Diff: rlz/win/dll/exports.cc

Issue 63153009: Use RegistryOverrideManager properly in RLZ tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added doc comment for InitializeRegistryOverridesForTesting Created 7 years, 1 month 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: rlz/win/dll/exports.cc
diff --git a/rlz/win/dll/exports.cc b/rlz/win/dll/exports.cc
index efe5cd984e761b1fdabd445250becd64f1e9372e..eb7d88d8c97273e88e5c1a41c8cddb8df0c5870a 100644
--- a/rlz/win/dll/exports.cc
+++ b/rlz/win/dll/exports.cc
@@ -4,7 +4,7 @@
//
// Functions exported by the RLZ DLL.
-#include "rlz/win/lib/rlz_lib.h"
+#include "rlz/lib/rlz_lib.h"
#define RLZ_DLL_EXPORT extern "C" __declspec(dllexport)

Powered by Google App Engine
This is Rietveld 408576698