Skip to content

Commit

Permalink
Cleanup iOS upstreamed code
Browse files Browse the repository at this point in the history
- remove unused consumer code wrapping base/ios/ios_util.h
- remove superfluous #include of base/ios/ios_util.h

BUG=429756
TBR=thakis

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

Cr-Commit-Position: refs/heads/master@{#317054}
  • Loading branch information
sdefresne authored and Commit bot committed Feb 19, 2015
1 parent cbcdfd8 commit cdc0312
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 71 deletions.
1 change: 0 additions & 1 deletion base/ios/device_util.mm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <sys/socket.h>
#include <sys/sysctl.h>

#include "base/ios/ios_util.h"
#include "base/logging.h"
#include "base/mac/scoped_cftyperef.h"
#include "base/memory/scoped_ptr.h"
Expand Down
1 change: 0 additions & 1 deletion base/ios/device_util_unittest.mm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#import <UIKit/UIKit.h>

#include "base/ios/device_util.h"
#include "base/ios/ios_util.h"
#include "base/strings/sys_string_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/gtest_mac.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "base/basictypes.h"
#include "base/callback.h"
#include "base/files/file_path.h"
#include "base/ios/ios_util.h"
#include "base/strings/sys_string_conversions.h"
#include "base/test/test_simple_task_runner.h"
#include "base/values.h"
Expand Down
1 change: 0 additions & 1 deletion ios/chrome/browser/snapshots/snapshot_cache.mm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "base/threading/thread_restrictions.h"
#include "ios/chrome/browser/ui/ui_util.h"
#import "ios/chrome/browser/ui/uikit_ui_util.h"
#include "ios/public/consumer/base/util.h"
#include "ios/web/public/web_thread.h"

@interface SnapshotCache ()
Expand Down
1 change: 0 additions & 1 deletion ios/chrome/browser/ui/uikit_ui_util_unittest.mm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#import "ios/chrome/browser/ui/uikit_ui_util.h"

#include "base/basictypes.h"
#include "base/ios/ios_util.h"
#include "base/mac/scoped_nsobject.h"
#include "base/strings/sys_string_conversions.h"
#import "ios/chrome/browser/ui/ui_util.h"
Expand Down
2 changes: 0 additions & 2 deletions ios/consumer/OWNERS

This file was deleted.

7 changes: 0 additions & 7 deletions ios/consumer/README.txt

This file was deleted.

14 changes: 0 additions & 14 deletions ios/consumer/base/util.mm

This file was deleted.

1 change: 0 additions & 1 deletion ios/ios.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
'type': 'none',
'dependencies': [
'chrome/ios_chrome_tests.gyp:*',
'ios_base.gyp:*',
'ios_tests_unit.gyp:*',
'provider/ios_provider_chrome.gyp:*',
'provider/ios_provider_web.gyp:*',
Expand Down
23 changes: 0 additions & 23 deletions ios/ios_base.gyp

This file was deleted.

1 change: 0 additions & 1 deletion ios/ios_tests_unit.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
'../base/base.gyp:test_support_base',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'ios_base.gyp:ios_consumer_base',
'web/ios_web.gyp:ios_web',
'web/ios_web.gyp:test_support_ios_web',
],
Expand Down
2 changes: 0 additions & 2 deletions ios/public/consumer/OWNERS

This file was deleted.

15 changes: 0 additions & 15 deletions ios/public/consumer/base/util.h

This file was deleted.

1 change: 0 additions & 1 deletion skia/ext/skia_utils_ios_unittest.mm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#import <UIKit/UIKit.h>

#include "base/base64.h"
#include "base/ios/ios_util.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {
Expand Down

0 comments on commit cdc0312

Please sign in to comment.