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

Unified Diff: chrome/browser/component_updater/test/component_updater_service_unittest.cc

Issue 763833003: Remove using namespace in net/quic/quic_stream_sequencer.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolve ramant's comment, using std:: for .cc Created 6 years 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 | « no previous file | chrome/browser/io_thread.h » ('j') | net/http/disk_cache_based_quic_server_info_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/component_updater/test/component_updater_service_unittest.cc
diff --git a/chrome/browser/component_updater/test/component_updater_service_unittest.cc b/chrome/browser/component_updater/test/component_updater_service_unittest.cc
index bf4f1c88f6ff6355663b01e054c170db6475827d..b410025c7b361fde73dc875c08435940ba5587b1 100644
--- a/chrome/browser/component_updater/test/component_updater_service_unittest.cc
+++ b/chrome/browser/component_updater/test/component_updater_service_unittest.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/component_updater/test/component_updater_service_unittest.h"
+#include <string>
#include <vector>
#include "base/files/file_util.h"
@@ -32,6 +33,7 @@
#include "url/gurl.h"
using content::BrowserThread;
+using std::string;
using ::testing::_;
using ::testing::AnyNumber;
« no previous file with comments | « no previous file | chrome/browser/io_thread.h » ('j') | net/http/disk_cache_based_quic_server_info_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698