| Index: chrome/browser/geolocation/wifi_data_provider_common.h
|
| ===================================================================
|
| --- chrome/browser/geolocation/wifi_data_provider_common.h (revision 37991)
|
| +++ chrome/browser/geolocation/wifi_data_provider_common.h (working copy)
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <assert.h>
|
|
|
| -#include "base/logging.h"
|
| #include "base/string16.h"
|
| #include "base/basictypes.h"
|
|
|
| @@ -39,7 +38,7 @@
|
| } else if (polling_interval_ == DEFAULT_INTERVAL) {
|
| polling_interval_ = NO_CHANGE_INTERVAL;
|
| } else {
|
| - DCHECK(polling_interval_ == NO_CHANGE_INTERVAL ||
|
| + assert(polling_interval_ == NO_CHANGE_INTERVAL ||
|
| polling_interval_ == TWO_NO_CHANGE_INTERVAL);
|
| polling_interval_ = TWO_NO_CHANGE_INTERVAL;
|
| }
|
|
|