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

Unified Diff: trunk/src/components/variations/variations_http_header_provider.cc

Issue 416333008: Revert 285657 "Move variations component code to variations name..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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: trunk/src/components/variations/variations_http_header_provider.cc
===================================================================
--- trunk/src/components/variations/variations_http_header_provider.cc (revision 285674)
+++ trunk/src/components/variations/variations_http_header_provider.cc (working copy)
@@ -18,6 +18,12 @@
#include "net/http/http_request_headers.h"
#include "url/gurl.h"
+// TODO(mathp): Once the move to variations namespace is complete, remove these.
+using chrome_variations::EMPTY_ID;
+using chrome_variations::GOOGLE_WEB_PROPERTIES;
+using chrome_variations::GOOGLE_WEB_PROPERTIES_TRIGGER;
+using chrome_variations::VariationID;
+
namespace variations {
namespace {

Powered by Google App Engine
This is Rietveld 408576698