base: Fix/add header #ifndef guards.
commit301b392761fd8f66f3a701ab1dd011c6e7a55e19
authordanakj <danakj@chromium.org>
Mon, 9 Mar 2015 20:21:47 +0000 (9 13:21 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 9 Mar 2015 20:22:48 +0000 (9 20:22 +0000)
treee2d26eb35f3ab2cf15fcef493e16d2304b1c6c0e
parent202fef401ecfdef89837e709847f4e2189f0ee31
base: Fix/add header #ifndef guards.

Header guards should be defined based on the path and file name of the
header file. Some headers have it wrong, some are missing the guards,
and some just have the matching comment wrong.

R=Nico
BUG=464816

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

Cr-Commit-Position: refs/heads/master@{#319722}
49 files changed:
base/allocator/allocator_extension.h
base/allocator/allocator_extension_thunks.h
base/android/important_file_writer_android.h
base/android/java_handler_thread.h
base/android/jni_generator/golden_sample_for_tests_jni.h
base/android/jni_generator/sample_for_tests.h
base/android/library_loader/library_load_from_apk_status_codes.h
base/android/library_loader/library_loader_hooks.h
base/android/trace_event_binding.h
base/build_time.h
base/callback_forward.h
base/debug/debugger.h
base/debug/profiler.h
base/deferred_sequenced_task_runner.h
base/event_types.h
base/i18n/string_compare.h
base/i18n/timezone.h
base/mac/cocoa_protocols.h
base/mac/libdispatch_task_runner.h
base/memory/memory_pressure_listener.h
base/message_loop/message_pump_default.h
base/message_loop/message_pump_dispatcher.h
base/numerics/safe_conversions.h
base/numerics/safe_conversions_impl.h
base/numerics/safe_math.h
base/numerics/safe_math_impl.h
base/pending_task.h
base/process/internal_linux.h
base/process/process.h
base/scoped_native_library.h
base/sequenced_task_runner.h
base/test/null_task_runner.h
base/test/sequenced_task_runner_test_template.h
base/test/sequenced_worker_pool_owner.h
base/test/simple_test_clock.h
base/test/simple_test_tick_clock.h
base/test/task_runner_test_template.h
base/test/test_reg_util_win.h
base/time/clock.h
base/time/default_clock.h
base/time/default_tick_clock.h
base/time/tick_clock.h
base/timer/mock_timer.h
base/trace_event/trace_event.h
base/trace_event/trace_event_synthetic_delay.h
base/win/object_watcher.h
base/win/scoped_bstr.h
base/win/scoped_handle.h
base/win/startup_information.h