Skip to content

Commit

Permalink
Remove a few unused typedefs. No behavior change.
Browse files Browse the repository at this point in the history
BUG=none
TBR=thestig

Review URL: https://codereview.chromium.org/715633002

Cr-Commit-Position: refs/heads/master@{#303512}
  • Loading branch information
nico authored and Commit bot committed Nov 10, 2014
1 parent 92bb585 commit e1163ea
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions chrome/browser/password_manager/password_store_x_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,11 @@
#include "testing/gtest/include/gtest/gtest.h"

using autofill::PasswordForm;
using content::BrowserThread;
using password_manager::ContainsAllPasswordForms;
using password_manager::PasswordStoreChange;
using password_manager::PasswordStoreChangeList;
using testing::_;
using testing::DoAll;
using testing::ElementsAreArray;
using testing::Pointee;
using testing::Property;
using testing::WithArg;

typedef std::vector<PasswordForm*> VectorOfForms;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ using base::WaitableEvent;
using testing::_;
using testing::DoDefault;
using testing::ElementsAreArray;
using testing::Pointee;
using testing::Property;

namespace {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "base/stl_util.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "base/synchronization/waitable_event.h"
#include "base/time/time.h"
#include "components/password_manager/core/browser/password_form_data.h"
#include "components/password_manager/core/browser/password_store_change.h"
Expand All @@ -20,12 +19,8 @@
#include "testing/gtest/include/gtest/gtest.h"

using autofill::PasswordForm;
using base::WaitableEvent;
using testing::_;
using testing::DoAll;
using testing::ElementsAreArray;
using testing::Pointee;
using testing::Property;
using testing::WithArg;

namespace password_manager {
Expand Down
9 changes: 0 additions & 9 deletions gpu/command_buffer/service/gpu_tracer_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,9 @@
namespace gpu {
namespace gles2 {

using ::testing::InvokeWithoutArgs;
using ::testing::Return;
using ::testing::ReturnRef;
using ::testing::ReturnPointee;
using ::testing::NotNull;
using ::testing::ElementsAreArray;
using ::testing::ElementsAre;
using ::testing::SetArrayArgument;
using ::testing::AtLeast;
using ::testing::SetArgPointee;
using ::testing::Pointee;
using ::testing::Unused;
using ::testing::Invoke;
using ::testing::_;

Expand Down
2 changes: 0 additions & 2 deletions gpu/command_buffer/service/memory_program_cache_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
#include "ui/gl/gl_mock.h"

using ::testing::_;
using ::testing::ElementsAreArray;
using ::testing::Invoke;
using ::testing::SetArgPointee;
using ::testing::SetArrayArgument;

namespace gpu {
namespace gles2 {
Expand Down
2 changes: 0 additions & 2 deletions net/spdy/spdy_headers_block_parser_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ namespace net {
using base::IntToString;
using base::StringPiece;
using std::string;
using testing::ElementsAre;
using testing::ElementsAreArray;

// A mock the handler class to check that we parse out the correct headers
// and call the callback methods when we should.
Expand Down

0 comments on commit e1163ea

Please sign in to comment.