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

Unified Diff: components/variations/variations_http_header_provider.cc

Issue 421663003: Move variations component code to variations namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix 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: components/variations/variations_http_header_provider.cc
===================================================================
--- components/variations/variations_http_header_provider.cc (revision 285608)
+++ components/variations/variations_http_header_provider.cc (working copy)
@@ -18,12 +18,6 @@
#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