| 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 {
|
|
|